#79957C

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

Shades of Davy's Grey #79957C

Tints of Davy's Grey #79957C

Color information

#79957C (or 0x79957C) is unknown color: approx Davy's Grey. HEX triplet: 79, 95 and 7C. RGB value is (121,149,124). Sum of RGB (Red+Green+Blue) = 121+149+124=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #79957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79957C is #866A83. Grayscale: #898989. Windows color (decimal): -8809092 or 8164729. OLE color: 8164729.

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

Color convert

RGB121149124-
CMYK0.1900.170.42
HSL126.43º11.67%52.94%-
HSV(B)126.43º18.79%58.43%-
XYZ22.2727.0223.11-
YUV137.78120.22116.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=30.71%
G=37.82%
B=31.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211491240.1900.170.42126.4311.6752.94
Hex79957C130112A7ec35
Octal17122517423021521761465
Binary11110011001010111111001001101000110101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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