#79937A

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

Shades of Davy's Grey #79937A

Tints of Davy's Grey #79937A

Color information

#79937A (or 0x79937A) is unknown color: approx Davy's Grey. HEX triplet: 79, 93 and 7A. RGB value is (121,147,122). Sum of RGB (Red+Green+Blue) = 121+147+122=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #79937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79937A is #866C85. Grayscale: #888888. Windows color (decimal): -8809606 or 8033145. OLE color: 8033145.

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

Color convert

RGB121147122-
CMYK0.1800.170.42
HSL122.31º10.74%52.55%-
HSV(B)122.31º17.69%57.65%-
XYZ21.8326.3422.35-
YUV136.38119.89117.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=31.03%
G=37.69%
B=31.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471220.1800.170.42122.3110.7452.55
Hex79937A120112A7ab35
Octal17122317222021521721365
Binary11110011001001111110101001001000110101011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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