#79967C

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

Shades of Davy's Grey #79967C

Tints of Davy's Grey #79967C

Color information

#79967C (or 0x79967C) is unknown color: approx Davy's Grey. HEX triplet: 79, 96 and 7C. RGB value is (121,150,124). Sum of RGB (Red+Green+Blue) = 121+150+124=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #79967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79967C is #866983. Grayscale: #8A8A8A. Windows color (decimal): -8808836 or 8164985. OLE color: 8164985.

HSL color Cylindrical-coordinate representation of color #79967C: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79967C is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB121150124-
CMYK0.1900.170.41
HSL126.21º12.13%53.14%-
HSV(B)126.21º19.33%58.82%-
XYZ22.4327.3323.16-
YUV138.36119.89115.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=30.63%
G=37.97%
B=31.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211501240.1900.170.41126.2112.1353.14
Hex79967C13011297ec35
Octal17122617423021511761465
Binary11110011001011011111001001101000110100111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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