#797669

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

Shades of Dove Grey #797669

Tints of Dove Grey #797669

Color information

#797669 (or 0x797669) is unknown color: approx Dove Grey. HEX triplet: 79, 76 and 69. RGB value is (121,118,105). Sum of RGB (Red+Green+Blue) = 121+118+105=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 121 - color contains mainly: red. Hex color #797669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797669 is #868996. Grayscale: #757575. Windows color (decimal): -8817047 or 6911609. OLE color: 6911609.

HSL color Cylindrical-coordinate representation of color #797669: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #797669 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB121118105-
CMYK00.020.130.53
HSL48.75º7.08%44.31%-
HSV(B)48.75º13.22%47.45%-
XYZ16.9118.0415.96-
YUV117.42120.99130.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=35.17%
G=34.30%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111810500.020.130.5348.757.0844.31
Hex79766902D353172c
Octal17116615102156561754
Binary1111001111011011010010101101110101110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797669; }

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

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

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

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

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

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

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

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