#797772

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

Shades of Dove Grey #797772

Tints of Dove Grey #797772

Color information

#797772 (or 0x797772) is unknown color: approx Dove Grey. HEX triplet: 79, 77 and 72. RGB value is (121,119,114). Sum of RGB (Red+Green+Blue) = 121+119+114=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 121 - color contains mainly: red. Hex color #797772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797772 is #86888D. Grayscale: #777777. Windows color (decimal): -8816782 or 7501689. OLE color: 7501689.

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

Color convert

RGB121119114-
CMYK00.020.060.53
HSL42.86º2.98%46.08%-
HSV(B)42.86º5.79%47.45%-
XYZ17.5218.4718.56-
YUV119.03125.16129.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=34.18%
G=33.62%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111911400.020.060.5342.862.9846.08
Hex797772026352b32e
Octal1711671620266553356
Binary11110011110111111001001011011010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797772; }

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

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

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

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

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

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

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

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