Shades of Davy's Grey #789378
Tints of Davy's Grey #789378
RGB
CMYK
RGB Variations
Color information
#789378 (or 0x789378) is known color: Davy's Grey. HEX triplet: 78, 93 and 78. RGB value is (120,147,120). Sum of RGB (Red+Green+Blue) = 120+147+120=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #789378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789378 is #876C87. Grayscale: #878787. Windows color (decimal): -8875144 or 7902072. OLE color: 7902072.
HSL color Cylindrical-coordinate representation of color #789378: hue angle of 120º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #789378 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 120 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.42 |
| HSL | 120º | 0.11% | 0.52% | - |
| HSV(B) | 120º | 0.18% | 0.58% | - |
| XYZ | 21.57 | 26.22 | 21.69 | - |
| YUV | 135.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 120 | 0.18 | 0 | 0.18 | 0.42 | 120 | 0.11 | 0.52 |
| Hex | 78 | 93 | 78 | 12 | 0 | 12 | 2A | 78 | B | 34 |
| Octal | 170 | 223 | 170 | 22 | 0 | 22 | 52 | 170 | 13 | 64 |
| Binary | 1111000 | 10010011 | 1111000 | 10010 | 0 | 10010 | 101010 | 1111000 | 1011 | 110100 |
Color Harmonies of #789378
Complementary color
Monochromatic Colors of #789378
Black with #789378
Text Example
Text Example
White with #789378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789378; }
p { color: rgb(120,147,120); }
H1.HeaderClassName
{
color: #789378;
}
.AnyTagClassName
{
color: #789378;
}
</style>
background-color css
<style>
a { background-color: #789378; }
a { background-color: rgb(120,147,120); }
div.DivClassName
{
background-color: #789378;
}
.BgClassName
{
background-color: #789378;
}
</style>
border-color css
<style>
span { border-color: #789378; }
span { border-color: rgb(120,147,120); }
td.TdClassName
{
border-color: #789378;
}
.TagClassName
{
border-color: #789378;
}
</style>