#797773

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

Shades of Dove Grey #797773

Tints of Dove Grey #797773

Color information

#797773 (or 0x797773) is unknown color: approx Dove Grey. HEX triplet: 79, 77 and 73. RGB value is (121,119,115). Sum of RGB (Red+Green+Blue) = 121+119+115=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 121 - color contains mainly: red. Hex color #797773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797773 is #86888C. Grayscale: #777777. Windows color (decimal): -8816781 or 7567225. OLE color: 7567225.

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

Color convert

RGB121119115-
CMYK00.020.050.53
HSL40º2.54%46.27%-
HSV(B)40º4.96%47.45%-
XYZ17.5818.518.86-
YUV119.14125.66129.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=34.08%
G=33.52%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111911500.020.050.53402.5446.27
Hex797773025352832e
Octal1711671630256550356
Binary11110011110111111001101010111010110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797773; }

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

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

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

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

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

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

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

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