#788778

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

Shades of Davy's Grey #788778

Tints of Davy's Grey #788778

Color information

#788778 (or 0x788778) is unknown color: approx Davy's Grey. HEX triplet: 78, 87 and 78. RGB value is (120,135,120). Sum of RGB (Red+Green+Blue) = 120+135+120=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #788778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788778 is #877887. Grayscale: #808080. Windows color (decimal): -8878216 or 7899000. OLE color: 7899000.

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

Color convert

RGB120135120-
CMYK0.1100.110.47
HSL120º5.88%50%-
HSV(B)120º11.11%52.94%-
XYZ19.822.6821.1-
YUV128.8123.03121.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 120 (47.27% from 255) = 32%
R=32%
G=36%
B=32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351200.1100.110.471205.8850
Hex788778B0B2F78632
Octal1702071701301357170662
Binary11110001000011111110001011010111011111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788778; }

 p { color: rgb(120,135,120); }

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

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

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

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

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

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

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