#788576

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

Shades of Davy's Grey #788576

Tints of Davy's Grey #788576

Color information

#788576 (or 0x788576) is unknown color: approx Davy's Grey. HEX triplet: 78, 85 and 76. RGB value is (120,133,118). Sum of RGB (Red+Green+Blue) = 120+133+118=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #788576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788576 is #877A89. Grayscale: #7F7F7F. Windows color (decimal): -8878730 or 7767416. OLE color: 7767416.

HSL color Cylindrical-coordinate representation of color #788576: hue angle of 112º 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 #788576 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB120133118-
CMYK0.1000.110.48
HSL112º5.98%49.22%-
HSV(B)112º11.28%52.16%-
XYZ19.422.0820.38-
YUV127.4122.69122.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=32.35%
G=35.85%
B=31.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331180.1000.110.481125.9849.22
Hex788576A0B3070631
Octal1702051661201360160661
Binary11110001000010111101101010010111100001110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788576; }

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

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

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

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

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

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

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

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