#79787C

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

Shades of Topaz #79787C

Tints of Topaz #79787C

Color information

#79787C (or 0x79787C) is unknown color: approx Topaz. HEX triplet: 79, 78 and 7C. RGB value is (121,120,124). Sum of RGB (Red+Green+Blue) = 121+120+124=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 124 - color contains mainly: blue. Hex color #79787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79787C is #868783. Grayscale: #787878. Windows color (decimal): -8816516 or 8157305. OLE color: 8157305.

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

Color convert

RGB121120124-
CMYK0.020.0300.51
HSL255º1.64%47.84%-
HSV(B)255º3.23%48.63%-
XYZ18.2418.9521.77-
YUV120.76129.83128.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=33.15%
G=32.88%
B=33.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211201240.020.0300.512551.6447.84
Hex79787C23033ff230
Octal17117017423063377260
Binary111100111110001111100101101100111111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79787C; }

 p { color: rgb(121,120,124); }

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

<style>
 a { background-color: #79787C; }

 a { background-color: rgb(121,120,124); }

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

<style>
 span { border-color: #79787C; }

 span { border-color: rgb(121,120,124); }

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