Shades of Davy's Grey #789A79
Tints of Davy's Grey #789A79
RGB
CMYK
RGB Variations
Color information
#789A79 (or 0x789A79) is known color: Davy's Grey. HEX triplet: 78, 9A and 79. RGB value is (120,154,121). Sum of RGB (Red+Green+Blue) = 120+154+121=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #789A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789A79 is #876586. Grayscale: #8C8C8C. Windows color (decimal): -8873351 or 7969400. OLE color: 7969400.
HSL color Cylindrical-coordinate representation of color #789A79: hue angle of 121.76º 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 #789A79 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 121 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.40 |
| HSL | 121.76º | 0.14% | 0.54% | - |
| HSV(B) | 121.76º | 0.22% | 0.6% | - |
| XYZ | 22.75 | 28.48 | 22.39 | - |
| YUV | 140.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 121 | 0.22 | 0 | 0.21 | 0.40 | 121.76 | 0.14 | 0.54 |
| Hex | 78 | 9A | 79 | 16 | 0 | 15 | 28 | 7A | E | 36 |
| Octal | 170 | 232 | 171 | 26 | 0 | 25 | 50 | 172 | 16 | 66 |
| Binary | 1111000 | 10011010 | 1111001 | 10110 | 0 | 10101 | 101000 | 1111010 | 1110 | 110110 |
Color Harmonies of #789A79
Complementary color
Monochromatic Colors of #789A79
Black with #789A79
Text Example
Text Example
White with #789A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A79; }
p { color: rgb(120,154,121); }
H1.HeaderClassName
{
color: #789A79;
}
.AnyTagClassName
{
color: #789A79;
}
</style>
background-color css
<style>
a { background-color: #789A79; }
a { background-color: rgb(120,154,121); }
div.DivClassName
{
background-color: #789A79;
}
.BgClassName
{
background-color: #789A79;
}
</style>
border-color css
<style>
span { border-color: #789A79; }
span { border-color: rgb(120,154,121); }
td.TdClassName
{
border-color: #789A79;
}
.TagClassName
{
border-color: #789A79;
}
</style>