#79977C

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

Shades of Davy's Grey #79977C

Tints of Davy's Grey #79977C

Color information

#79977C (or 0x79977C) is unknown color: approx Davy's Grey. HEX triplet: 79, 97 and 7C. RGB value is (121,151,124). Sum of RGB (Red+Green+Blue) = 121+151+124=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #79977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79977C is #866883. Grayscale: #8B8B8B. Windows color (decimal): -8808580 or 8165241. OLE color: 8165241.

HSL color Cylindrical-coordinate representation of color #79977C: hue angle of 126º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #79977C is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB121151124-
CMYK0.2000.180.41
HSL126º12.61%53.33%-
HSV(B)126º19.87%59.22%-
XYZ22.5927.6523.22-
YUV138.95119.56115.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=30.56%
G=38.13%
B=31.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211511240.2000.180.4112612.6153.33
Hex79977C14012297ed35
Octal17122717424022511761565
Binary11110011001011111111001010001001010100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,151,124); }

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

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

 a { background-color: rgb(121,151,124); }

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

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

 span { border-color: rgb(121,151,124); }

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