“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<body>
<script>
document.write("Color Depth: " + screen.colorDepth);
</script>
</body>
</html>