#77757A

Color #77757A Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #77757A

Tints of Topaz #77757A

Color information

#77757A (or 0x77757A) is unknown color: approx Topaz. HEX triplet: 77, 75 and 7A. RGB value is (119,117,122). Sum of RGB (Red+Green+Blue) = 119+117+122=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 122 - color contains mainly: blue. Hex color #77757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77757A is #888A85. Grayscale: #767676. Windows color (decimal): -8948358 or 8025463. OLE color: 8025463.

HSL color Cylindrical-coordinate representation of color #77757A: hue angle of 264º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #77757A is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB119117122-
CMYK0.020.0400.52
HSL264º2.09%46.86%-
HSV(B)264º4.1%47.84%-
XYZ17.4818.0520.97-
YUV118.17130.16128.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=33.24%
G=32.68%
B=34.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191171220.020.0400.522642.0946.86
Hex77757A2403410822f
Octal16716517224064410257
Binary11101111110101111101010100011010010000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77757A; }

 p { color: rgb(119,117,122); }

 H1.HeaderClassName
 {
   color: #77757A;
 }
 .AnyTagClassName
 {
   color: #77757A;
 }
</style>
background-color css

<style>
 a { background-color: #77757A; }

 a { background-color: rgb(119,117,122); }

 div.DivClassName
 {
   background-color: #77757A;
 }
 .BgClassName
 {
   background-color: #77757A;
 }
</style>
border-color css

<style>
 span { border-color: #77757A; }

 span { border-color: rgb(119,117,122); }

 td.TdClassName
 {
   border-color: #77757A;
 }
 .TagClassName
 {
   border-color: #77757A;
 }
</style>