#79776C

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

Shades of Dove Grey #79776C

Tints of Dove Grey #79776C

Color information

#79776C (or 0x79776C) is unknown color: approx Dove Grey. HEX triplet: 79, 77 and 6C. RGB value is (121,119,108). Sum of RGB (Red+Green+Blue) = 121+119+108=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 121 - color contains mainly: red. Hex color #79776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79776C is #868893. Grayscale: #767676. Windows color (decimal): -8816788 or 7108473. OLE color: 7108473.

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

Color convert

RGB121119108-
CMYK00.020.110.53
HSL50.77º5.68%44.9%-
HSV(B)50.77º10.74%47.45%-
XYZ17.1918.3416.82-
YUV118.34122.16129.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=34.77%
G=34.20%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111910800.020.110.5350.775.6844.9
Hex79776C02B353362d
Octal17116715402136563655
Binary1111001111011111011000101011110101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79776C; }

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

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

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

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

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

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

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

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