Shades of Davy's Grey #788F78
Tints of Davy's Grey #788F78
RGB
CMYK
RGB Variations
Color information
#788F78 (or 0x788F78) is known color: Davy's Grey. HEX triplet: 78, 8F and 78. RGB value is (120,143,120). Sum of RGB (Red+Green+Blue) = 120+143+120=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #788F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F78 is #877087. Grayscale: #858585. Windows color (decimal): -8876168 or 7901048. OLE color: 7901048.
HSL color Cylindrical-coordinate representation of color #788F78: hue angle of 120º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788F78 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 120 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.44 |
| HSL | 120º | 0.09% | 0.52% | - |
| HSV(B) | 120º | 0.16% | 0.56% | - |
| XYZ | 20.96 | 24.99 | 21.49 | - |
| YUV | 133.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 120 | 0.16 | 0 | 0.16 | 0.44 | 120 | 0.09 | 0.52 |
| Hex | 78 | 8F | 78 | 10 | 0 | 10 | 2C | 78 | 9 | 34 |
| Octal | 170 | 217 | 170 | 20 | 0 | 20 | 54 | 170 | 11 | 64 |
| Binary | 1111000 | 10001111 | 1111000 | 10000 | 0 | 10000 | 101100 | 1111000 | 1001 | 110100 |
Color Harmonies of #788F78
Complementary color
Monochromatic Colors of #788F78
Black with #788F78
Text Example
Text Example
White with #788F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F78; }
p { color: rgb(120,143,120); }
H1.HeaderClassName
{
color: #788F78;
}
.AnyTagClassName
{
color: #788F78;
}
</style>
background-color css
<style>
a { background-color: #788F78; }
a { background-color: rgb(120,143,120); }
div.DivClassName
{
background-color: #788F78;
}
.BgClassName
{
background-color: #788F78;
}
</style>
border-color css
<style>
span { border-color: #788F78; }
span { border-color: rgb(120,143,120); }
td.TdClassName
{
border-color: #788F78;
}
.TagClassName
{
border-color: #788F78;
}
</style>