#778776

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

Shades of Davy's Grey #778776

Tints of Davy's Grey #778776

Color information

#778776 (or 0x778776) is unknown color: approx Davy's Grey. HEX triplet: 77, 87 and 76. RGB value is (119,135,118). Sum of RGB (Red+Green+Blue) = 119+135+118=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #778776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778776 is #887889. Grayscale: #808080. Windows color (decimal): -8943754 or 7767927. OLE color: 7767927.

HSL color Cylindrical-coordinate representation of color #778776: hue angle of 116.47º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778776 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB119135118-
CMYK0.1200.130.47
HSL116.47º6.72%49.61%-
HSV(B)116.47º12.59%52.94%-
XYZ19.5422.5620.46-
YUV128.28122.2121.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=31.99%
G=36.29%
B=31.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351180.1200.130.47116.476.7249.61
Hex778776C0D2F74732
Octal1672071661401557164762
Binary11101111000011111101101100011011011111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778776; }

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

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

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

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

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

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

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

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