Shades of Davy's Grey #789878
Tints of Davy's Grey #789878
RGB
CMYK
RGB Variations
Color information
#789878 (or 0x789878) is known color: Davy's Grey. HEX triplet: 78, 98 and 78. RGB value is (120,152,120). Sum of RGB (Red+Green+Blue) = 120+152+120=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #789878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789878 is #876787. Grayscale: #8A8A8A. Windows color (decimal): -8873864 or 7903352. OLE color: 7903352.
HSL color Cylindrical-coordinate representation of color #789878: hue angle of 120º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789878 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 120 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.40 |
| HSL | 120º | 0.13% | 0.53% | - |
| HSV(B) | 120º | 0.21% | 0.6% | - |
| XYZ | 22.36 | 27.81 | 21.96 | - |
| YUV | 138.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 120 | 0.21 | 0 | 0.21 | 0.40 | 120 | 0.13 | 0.53 |
| Hex | 78 | 98 | 78 | 15 | 0 | 15 | 28 | 78 | D | 35 |
| Octal | 170 | 230 | 170 | 25 | 0 | 25 | 50 | 170 | 15 | 65 |
| Binary | 1111000 | 10011000 | 1111000 | 10101 | 0 | 10101 | 101000 | 1111000 | 1101 | 110101 |
Color Harmonies of #789878
Complementary color
Monochromatic Colors of #789878
Black with #789878
Text Example
Text Example
White with #789878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789878; }
p { color: rgb(120,152,120); }
H1.HeaderClassName
{
color: #789878;
}
.AnyTagClassName
{
color: #789878;
}
</style>
background-color css
<style>
a { background-color: #789878; }
a { background-color: rgb(120,152,120); }
div.DivClassName
{
background-color: #789878;
}
.BgClassName
{
background-color: #789878;
}
</style>
border-color css
<style>
span { border-color: #789878; }
span { border-color: rgb(120,152,120); }
td.TdClassName
{
border-color: #789878;
}
.TagClassName
{
border-color: #789878;
}
</style>