#797569

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

Shades of Dove Grey #797569

Tints of Dove Grey #797569

Color information

#797569 (or 0x797569) is unknown color: approx Dove Grey. HEX triplet: 79, 75 and 69. RGB value is (121,117,105). Sum of RGB (Red+Green+Blue) = 121+117+105=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #797569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797569 is #868A96. Grayscale: #747474. Windows color (decimal): -8817303 or 6911353. OLE color: 6911353.

HSL color Cylindrical-coordinate representation of color #797569: hue angle of 45º 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 #797569 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB121117105-
CMYK00.030.130.53
HSL45º7.08%44.31%-
HSV(B)45º13.22%47.45%-
XYZ16.817.8115.92-
YUV116.83121.33130.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=35.28%
G=34.11%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111710500.030.130.53457.0844.31
Hex79756903D352d72c
Octal17116515103156555754
Binary1111001111010111010010111101110101101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797569; }

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

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

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

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

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

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

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

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