#79937B

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

Shades of Davy's Grey #79937B

Tints of Davy's Grey #79937B

Color information

#79937B (or 0x79937B) is unknown color: approx Davy's Grey. HEX triplet: 79, 93 and 7B. RGB value is (121,147,123). Sum of RGB (Red+Green+Blue) = 121+147+123=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #79937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79937B is #866C84. Grayscale: #888888. Windows color (decimal): -8809605 or 8098681. OLE color: 8098681.

HSL color Cylindrical-coordinate representation of color #79937B: hue angle of 124.62º 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 #79937B is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB121147123-
CMYK0.1800.160.42
HSL124.62º10.74%52.55%-
HSV(B)124.62º17.69%57.65%-
XYZ21.8926.3622.67-
YUV136.49120.39116.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=30.95%
G=37.60%
B=31.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471230.1800.160.42124.6210.7452.55
Hex79937B120102A7db35
Octal17122317322020521751365
Binary11110011001001111110111001001000010101011111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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