#799376

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

Shades of Davy's Grey #799376

Tints of Davy's Grey #799376

Color information

#799376 (or 0x799376) is unknown color: approx Davy's Grey. HEX triplet: 79, 93 and 76. RGB value is (121,147,118). Sum of RGB (Red+Green+Blue) = 121+147+118=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #799376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799376 is #866C89. Grayscale: #888888. Windows color (decimal): -8809610 or 7771001. OLE color: 7771001.

HSL color Cylindrical-coordinate representation of color #799376: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799376 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB121147118-
CMYK0.1800.200.42
HSL113.79º11.84%51.96%-
HSV(B)113.79º19.73%57.65%-
XYZ21.5926.2421.07-
YUV135.92117.89117.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=31.35%
G=38.08%
B=30.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471180.1800.200.42113.7911.8451.96
Hex799376120142A72c34
Octal17122316622024521621464
Binary11110011001001111101101001001010010101011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799376; }

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

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

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

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

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

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

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

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