#788E75

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

Shades of Davy's Grey #788E75

Tints of Davy's Grey #788E75

Color information

#788E75 (or 0x788E75) is unknown color: approx Davy's Grey. HEX triplet: 78, 8E and 75. RGB value is (120,142,117). Sum of RGB (Red+Green+Blue) = 120+142+117=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #788E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E75 is #87718A. Grayscale: #848484. Windows color (decimal): -8876427 or 7704184. OLE color: 7704184.

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

Color convert

RGB120142117-
CMYK0.1500.180.44
HSL112.8º9.96%50.78%-
HSV(B)112.8º17.61%55.69%-
XYZ20.6324.6220.5-
YUV132.57119.21119.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=31.66%
G=37.47%
B=30.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201421170.1500.180.44112.89.9650.78
Hex788E75F0122C71a33
Octal17021616517022541611263
Binary1111000100011101110101111101001010110011100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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