#797873

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

Shades of Dove Grey #797873

Tints of Dove Grey #797873

Color information

#797873 (or 0x797873) is unknown color: approx Dove Grey. HEX triplet: 79, 78 and 73. RGB value is (121,120,115). Sum of RGB (Red+Green+Blue) = 121+120+115=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 121 - color contains mainly: red. Hex color #797873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797873 is #86878C. Grayscale: #777777. Windows color (decimal): -8816525 or 7567481. OLE color: 7567481.

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

Color convert

RGB121120115-
CMYK00.010.050.53
HSL50º2.54%46.27%-
HSV(B)50º4.96%47.45%-
XYZ17.718.7418.9-
YUV119.73125.33128.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=33.99%
G=33.71%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112011500.010.050.53502.5446.27
Hex797873015353232e
Octal1711701630156562356
Binary1111001111100011100110110111010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797873; }

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

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

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

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

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

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

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

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