#788876

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

Shades of Davy's Grey #788876

Tints of Davy's Grey #788876

Color information

#788876 (or 0x788876) is unknown color: approx Davy's Grey. HEX triplet: 78, 88 and 76. RGB value is (120,136,118). Sum of RGB (Red+Green+Blue) = 120+136+118=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #788876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788876 is #877789. Grayscale: #818181. Windows color (decimal): -8877962 or 7768184. OLE color: 7768184.

HSL color Cylindrical-coordinate representation of color #788876: hue angle of 113.33º 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 #788876 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB120136118-
CMYK0.1200.130.47
HSL113.33º7.09%49.8%-
HSV(B)113.33º13.24%53.33%-
XYZ19.8222.9120.52-
YUV129.16121.7121.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=32.09%
G=36.36%
B=31.55%

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
Decimal1201361180.1200.130.47113.337.0949.8
Hex788876C0D2F71732
Octal1702101661401557161762
Binary11110001000100011101101100011011011111110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788876; }

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

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

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

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

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

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

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

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