Shades of Davy's Grey #788A78
Tints of Davy's Grey #788A78
RGB
CMYK
RGB Variations
Color information
#788A78 (or 0x788A78) is known color: Davy's Grey. HEX triplet: 78, 8A and 78. RGB value is (120,138,120). Sum of RGB (Red+Green+Blue) = 120+138+120=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #788A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A78 is #877587. Grayscale: #828282. Windows color (decimal): -8877448 or 7899768. OLE color: 7899768.
HSL color Cylindrical-coordinate representation of color #788A78: hue angle of 120º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A78 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 120 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.46 |
| HSL | 120º | 0.07% | 0.51% | - |
| HSV(B) | 120º | 0.13% | 0.54% | - |
| XYZ | 20.22 | 23.53 | 21.24 | - |
| YUV | 130.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 120 | 0.13 | 0 | 0.13 | 0.46 | 120 | 0.07 | 0.51 |
| Hex | 78 | 8A | 78 | D | 0 | D | 2E | 78 | 7 | 33 |
| Octal | 170 | 212 | 170 | 15 | 0 | 15 | 56 | 170 | 7 | 63 |
| Binary | 1111000 | 10001010 | 1111000 | 1101 | 0 | 1101 | 101110 | 1111000 | 111 | 110011 |
Color Harmonies of #788A78
Complementary color
Monochromatic Colors of #788A78
Black with #788A78
Text Example
Text Example
White with #788A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A78; }
p { color: rgb(120,138,120); }
H1.HeaderClassName
{
color: #788A78;
}
.AnyTagClassName
{
color: #788A78;
}
</style>
background-color css
<style>
a { background-color: #788A78; }
a { background-color: rgb(120,138,120); }
div.DivClassName
{
background-color: #788A78;
}
.BgClassName
{
background-color: #788A78;
}
</style>
border-color css
<style>
span { border-color: #788A78; }
span { border-color: rgb(120,138,120); }
td.TdClassName
{
border-color: #788A78;
}
.TagClassName
{
border-color: #788A78;
}
</style>