#79977B

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

Shades of Davy's Grey #79977B

Tints of Davy's Grey #79977B

Color information

#79977B (or 0x79977B) is unknown color: approx Davy's Grey. HEX triplet: 79, 97 and 7B. RGB value is (121,151,123). Sum of RGB (Red+Green+Blue) = 121+151+123=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #79977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79977B is #866884. Grayscale: #8A8A8A. Windows color (decimal): -8808581 or 8099705. OLE color: 8099705.

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

Color convert

RGB121151123-
CMYK0.2000.190.41
HSL124º12.61%53.33%-
HSV(B)124º19.87%59.22%-
XYZ22.5327.6322.88-
YUV138.84119.06115.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=30.63%
G=38.23%
B=31.14%

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
Decimal1211511230.2000.190.4112412.6153.33
Hex79977B14013297cd35
Octal17122717324023511741565
Binary11110011001011111110111010001001110100111111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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