#788E76

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

Shades of Davy's Grey #788E76

Tints of Davy's Grey #788E76

Color information

#788E76 (or 0x788E76) is unknown color: approx Davy's Grey. HEX triplet: 78, 8E and 76. RGB value is (120,142,118). Sum of RGB (Red+Green+Blue) = 120+142+118=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #788E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E76 is #877189. Grayscale: #848484. Windows color (decimal): -8876426 or 7769720. OLE color: 7769720.

HSL color Cylindrical-coordinate representation of color #788E76: hue angle of 115º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788E76 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB120142118-
CMYK0.1500.170.44
HSL115º9.6%50.98%-
HSV(B)115º16.9%55.69%-
XYZ20.6924.6520.81-
YUV132.69119.71118.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=31.58%
G=37.37%
B=31.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201421180.1500.170.441159.650.98
Hex788E76F0112C73a33
Octal17021616617021541631263
Binary1111000100011101110110111101000110110011100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788E76; }

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

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

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

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

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

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

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

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