Shades of Davy's Grey #789A78
Tints of Davy's Grey #789A78
RGB
CMYK
RGB Variations
Color information
#789A78 (or 0x789A78) is known color: Davy's Grey. HEX triplet: 78, 9A and 78. RGB value is (120,154,120). Sum of RGB (Red+Green+Blue) = 120+154+120=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #789A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789A78 is #876587. Grayscale: #8C8C8C. Windows color (decimal): -8873352 or 7903864. OLE color: 7903864.
HSL color Cylindrical-coordinate representation of color #789A78: hue angle of 120º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789A78 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 120 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.40 |
| HSL | 120º | 0.14% | 0.54% | - |
| HSV(B) | 120º | 0.22% | 0.6% | - |
| XYZ | 22.69 | 28.46 | 22.07 | - |
| YUV | 139.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 120 | 0.22 | 0 | 0.22 | 0.40 | 120 | 0.14 | 0.54 |
| Hex | 78 | 9A | 78 | 16 | 0 | 16 | 28 | 78 | E | 36 |
| Octal | 170 | 232 | 170 | 26 | 0 | 26 | 50 | 170 | 16 | 66 |
| Binary | 1111000 | 10011010 | 1111000 | 10110 | 0 | 10110 | 101000 | 1111000 | 1110 | 110110 |
Color Harmonies of #789A78
Complementary color
Monochromatic Colors of #789A78
Black with #789A78
Text Example
Text Example
White with #789A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A78; }
p { color: rgb(120,154,120); }
H1.HeaderClassName
{
color: #789A78;
}
.AnyTagClassName
{
color: #789A78;
}
</style>
background-color css
<style>
a { background-color: #789A78; }
a { background-color: rgb(120,154,120); }
div.DivClassName
{
background-color: #789A78;
}
.BgClassName
{
background-color: #789A78;
}
</style>
border-color css
<style>
span { border-color: #789A78; }
span { border-color: rgb(120,154,120); }
td.TdClassName
{
border-color: #789A78;
}
.TagClassName
{
border-color: #789A78;
}
</style>