#779076

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

Shades of Davy's Grey #779076

Tints of Davy's Grey #779076

Color information

#779076 (or 0x779076) is unknown color: approx Davy's Grey. HEX triplet: 77, 90 and 76. RGB value is (119,144,118). Sum of RGB (Red+Green+Blue) = 119+144+118=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #779076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779076 is #886F89. Grayscale: #858585. Windows color (decimal): -8941450 or 7770231. OLE color: 7770231.

HSL color Cylindrical-coordinate representation of color #779076: hue angle of 117.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #779076 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB119144118-
CMYK0.1700.180.44
HSL117.69º10.48%51.37%-
HSV(B)117.69º18.06%56.47%-
XYZ20.8525.1820.9-
YUV133.56119.22117.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=31.23%
G=37.80%
B=30.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441180.1700.180.44117.6910.4851.37
Hex779076110122C76a33
Octal16722016621022541661263
Binary11101111001000011101101000101001010110011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779076; }

 p { color: rgb(119,144,118); }

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

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

 a { background-color: rgb(119,144,118); }

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

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

 span { border-color: rgb(119,144,118); }

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