#79766F

Color #79766F Dove Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dove Grey #79766F

Tints of Dove Grey #79766F

Color information

#79766F (or 0x79766F) is unknown color: approx Dove Grey. HEX triplet: 79, 76 and 6F. RGB value is (121,118,111). Sum of RGB (Red+Green+Blue) = 121+118+111=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 121 - color contains mainly: red. Hex color #79766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79766F is #868990. Grayscale: #767676. Windows color (decimal): -8817041 or 7304825. OLE color: 7304825.

HSL color Cylindrical-coordinate representation of color #79766F: hue angle of 42º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79766F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB121118111-
CMYK00.020.080.53
HSL42º4.31%45.49%-
HSV(B)42º8.26%47.45%-
XYZ17.2318.1717.64-
YUV118.1123.99130.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=34.57%
G=33.71%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111811100.020.080.53424.3145.49
Hex79766F028352a42d
Octal17116615702106552455
Binary1111001111011011011110101000110101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79766F; }

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

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

<style>
 a { background-color: #79766F; }

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

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

<style>
 span { border-color: #79766F; }

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

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