#79777E

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

Shades of Topaz #79777E

Tints of Topaz #79777E

Color information

#79777E (or 0x79777E) is unknown color: approx Topaz. HEX triplet: 79, 77 and 7E. RGB value is (121,119,126). Sum of RGB (Red+Green+Blue) = 121+119+126=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 126 - color contains mainly: blue. Hex color #79777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79777E is #868881. Grayscale: #787878. Windows color (decimal): -8816770 or 8288121. OLE color: 8288121.

HSL color Cylindrical-coordinate representation of color #79777E: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #79777E is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121119126-
CMYK0.040.0600.51
HSL257.14º2.86%48.04%-
HSV(B)257.14º5.56%49.41%-
XYZ18.2518.7622.4-
YUV120.4131.16128.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=33.06%
G=32.51%
B=34.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211191260.040.0600.51257.142.8648.04
Hex79777E46033101330
Octal17116717646063401360
Binary111100111101111111110100110011001110000000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79777E; }

 p { color: rgb(121,119,126); }

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

<style>
 a { background-color: #79777E; }

 a { background-color: rgb(121,119,126); }

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

<style>
 span { border-color: #79777E; }

 span { border-color: rgb(121,119,126); }

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