#778576

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

Shades of Davy's Grey #778576

Tints of Davy's Grey #778576

Color information

#778576 (or 0x778576) is unknown color: approx Davy's Grey. HEX triplet: 77, 85 and 76. RGB value is (119,133,118). Sum of RGB (Red+Green+Blue) = 119+133+118=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #778576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778576 is #887A89. Grayscale: #7F7F7F. Windows color (decimal): -8944266 or 7767415. OLE color: 7767415.

HSL color Cylindrical-coordinate representation of color #778576: hue angle of 116º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778576 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB119133118-
CMYK0.1100.110.48
HSL116º5.98%49.22%-
HSV(B)116º11.28%52.16%-
XYZ19.2722.0120.37-
YUV127.1122.86122.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=32.16%
G=35.95%
B=31.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191331180.1100.110.481165.9849.22
Hex778576B0B3074631
Octal1672051661301360164661
Binary11101111000010111101101011010111100001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778576; }

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

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

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

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

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

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

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

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