#779A76

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

Shades of Davy's Grey #779A76

Tints of Davy's Grey #779A76

Color information

#779A76 (or 0x779A76) is unknown color: approx Davy's Grey. HEX triplet: 77, 9A and 76. RGB value is (119,154,118). Sum of RGB (Red+Green+Blue) = 119+154+118=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 154 - color contains mainly: green. Hex color #779A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A76 is #886589. Grayscale: #8B8B8B. Windows color (decimal): -8938890 or 7772791. OLE color: 7772791.

HSL color Cylindrical-coordinate representation of color #779A76: hue angle of 118.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A76 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB119154118-
CMYK0.2300.230.40
HSL118.33º15.13%53.33%-
HSV(B)118.33º23.38%60.39%-
XYZ22.4328.3421.43-
YUV139.43115.9113.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=30.43%
G=39.39%
B=30.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191541180.2300.230.40118.3315.1353.33
Hex779A76170172876f35
Octal16723216627027501661765
Binary11101111001101011101101011101011110100011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A76; }

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

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

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

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

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

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

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

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