#778C76

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

Shades of Davy's Grey #778C76

Tints of Davy's Grey #778C76

Color information

#778C76 (or 0x778C76) is unknown color: approx Davy's Grey. HEX triplet: 77, 8C and 76. RGB value is (119,140,118). Sum of RGB (Red+Green+Blue) = 119+140+118=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #778C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C76 is #887389. Grayscale: #838383. Windows color (decimal): -8942474 or 7769207. OLE color: 7769207.

HSL color Cylindrical-coordinate representation of color #778C76: hue angle of 117.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778C76 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB119140118-
CMYK0.1500.160.45
HSL117.27º8.73%50.59%-
HSV(B)117.27º15.71%54.9%-
XYZ20.2623.9920.7-
YUV131.21120.54119.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=31.56%
G=37.14%
B=31.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191401180.1500.160.45117.278.7350.59
Hex778C76F0102D75933
Octal16721416617020551651163
Binary1110111100011001110110111101000010110111101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778C76; }

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

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

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

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

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

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

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

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