#797870

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

Shades of Dove Grey #797870

Tints of Dove Grey #797870

Color information

#797870 (or 0x797870) is unknown color: approx Dove Grey. HEX triplet: 79, 78 and 70. RGB value is (121,120,112). Sum of RGB (Red+Green+Blue) = 121+120+112=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 121 - color contains mainly: red. Hex color #797870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797870 is #86878F. Grayscale: #777777. Windows color (decimal): -8816528 or 7370873. OLE color: 7370873.

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

Color convert

RGB121120112-
CMYK00.010.070.53
HSL53.33º3.86%45.69%-
HSV(B)53.33º7.44%47.45%-
XYZ17.5318.6718.01-
YUV119.39123.83129.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=34.28%
G=33.99%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112011200.010.070.5353.333.8645.69
Hex797870017353542e
Octal1711701600176565456
Binary11110011111000111000001111110101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797870; }

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

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

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

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

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

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

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

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