#79977A

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

Shades of Davy's Grey #79977A

Tints of Davy's Grey #79977A

Color information

#79977A (or 0x79977A) is unknown color: approx Davy's Grey. HEX triplet: 79, 97 and 7A. RGB value is (121,151,122). Sum of RGB (Red+Green+Blue) = 121+151+122=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #79977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79977A is #866885. Grayscale: #8A8A8A. Windows color (decimal): -8808582 or 8034169. OLE color: 8034169.

HSL color Cylindrical-coordinate representation of color #79977A: hue angle of 122º 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 #79977A is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB121151122-
CMYK0.2000.190.41
HSL122º12.61%53.33%-
HSV(B)122º19.87%59.22%-
XYZ22.4627.622.56-
YUV138.72118.56115.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=30.71%
G=38.32%
B=30.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211511220.2000.190.4112212.6153.33
Hex79977A14013297ad35
Octal17122717224023511721565
Binary11110011001011111110101010001001110100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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