#79776A

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

Shades of Dove Grey #79776A

Tints of Dove Grey #79776A

Color information

#79776A (or 0x79776A) is unknown color: approx Dove Grey. HEX triplet: 79, 77 and 6A. RGB value is (121,119,106). Sum of RGB (Red+Green+Blue) = 121+119+106=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 121 - color contains mainly: red. Hex color #79776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79776A is #868895. Grayscale: #767676. Windows color (decimal): -8816790 or 6977401. OLE color: 6977401.

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

Color convert

RGB121119106-
CMYK00.020.120.53
HSL52º6.61%44.51%-
HSV(B)52º12.4%47.45%-
XYZ17.0818.316.27-
YUV118.12121.16130.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=34.97%
G=34.39%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111910600.020.120.53526.6144.51
Hex79776A02C353472d
Octal17116715202146564755
Binary1111001111011111010100101100110101110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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