Shades of Davy's Grey #78957A
Tints of Davy's Grey #78957A
RGB
CMYK
RGB Variations
Color information
#78957A (or 0x78957A) is known color: Davy's Grey. HEX triplet: 78, 95 and 7A. RGB value is (120,149,122). Sum of RGB (Red+Green+Blue) = 120+149+122=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #78957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78957A is #876A85. Grayscale: #898989. Windows color (decimal): -8874630 or 8033656. OLE color: 8033656.
HSL color Cylindrical-coordinate representation of color #78957A: hue angle of 124.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78957A is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 122 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.42 |
| HSL | 124.14º | 0.12% | 0.53% | - |
| HSV(B) | 124.14º | 0.19% | 0.58% | - |
| XYZ | 22.01 | 26.89 | 22.44 | - |
| YUV | 137.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 122 | 0.19 | 0 | 0.18 | 0.42 | 124.14 | 0.12 | 0.53 |
| Hex | 78 | 95 | 7A | 13 | 0 | 12 | 2A | 7C | C | 35 |
| Octal | 170 | 225 | 172 | 23 | 0 | 22 | 52 | 174 | 14 | 65 |
| Binary | 1111000 | 10010101 | 1111010 | 10011 | 0 | 10010 | 101010 | 1111100 | 1100 | 110101 |
Color Harmonies of #78957A
Complementary color
Monochromatic Colors of #78957A
Black with #78957A
Text Example
Text Example
White with #78957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78957A; }
p { color: rgb(120,149,122); }
H1.HeaderClassName
{
color: #78957A;
}
.AnyTagClassName
{
color: #78957A;
}
</style>
background-color css
<style>
a { background-color: #78957A; }
a { background-color: rgb(120,149,122); }
div.DivClassName
{
background-color: #78957A;
}
.BgClassName
{
background-color: #78957A;
}
</style>
border-color css
<style>
span { border-color: #78957A; }
span { border-color: rgb(120,149,122); }
td.TdClassName
{
border-color: #78957A;
}
.TagClassName
{
border-color: #78957A;
}
</style>