#79767D

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

Shades of Topaz #79767D

Tints of Topaz #79767D

Color information

#79767D (or 0x79767D) is unknown color: approx Topaz. HEX triplet: 79, 76 and 7D. RGB value is (121,118,125). Sum of RGB (Red+Green+Blue) = 121+118+125=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #79767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79767D is #868982. Grayscale: #777777. Windows color (decimal): -8817027 or 8222329. OLE color: 8222329.

HSL color Cylindrical-coordinate representation of color #79767D: hue angle of 265.71º 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 #79767D is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121118125-
CMYK0.030.0600.51
HSL265.71º2.88%47.65%-
HSV(B)265.71º5.6%49.02%-
XYZ18.0718.522.02-
YUV119.7130.99128.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.24%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=33.24%
G=32.42%
B=34.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211181250.030.0600.51265.712.8847.65
Hex79767D3603310a330
Octal17116617536063412360
Binary11110011110110111110111110011001110000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79767D; }

 p { color: rgb(121,118,125); }

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

<style>
 a { background-color: #79767D; }

 a { background-color: rgb(121,118,125); }

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

<style>
 span { border-color: #79767D; }

 span { border-color: rgb(121,118,125); }

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