Shades of Davy's Grey #7A9878
Tints of Davy's Grey #7A9878
RGB
CMYK
RGB Variations
Color information
#7A9878 (or 0x7A9878) is known color: Davy's Grey. HEX triplet: 7A, 98 and 78. RGB value is (122,152,120). Sum of RGB (Red+Green+Blue) = 122+152+120=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9878 is #856787. Grayscale: #8B8B8B. Windows color (decimal): -8742792 or 7903354. OLE color: 7903354.
HSL color Cylindrical-coordinate representation of color #7A9878: hue angle of 116.25º 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 #7A9878 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 120 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.40 |
| HSL | 116.25º | 0.13% | 0.53% | - |
| HSV(B) | 116.25º | 0.21% | 0.6% | - |
| XYZ | 22.64 | 27.95 | 21.97 | - |
| YUV | 139.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 120 | 0.20 | 0 | 0.21 | 0.40 | 116.25 | 0.13 | 0.53 |
| Hex | 7A | 98 | 78 | 14 | 0 | 15 | 28 | 74 | D | 35 |
| Octal | 172 | 230 | 170 | 24 | 0 | 25 | 50 | 164 | 15 | 65 |
| Binary | 1111010 | 10011000 | 1111000 | 10100 | 0 | 10101 | 101000 | 1110100 | 1101 | 110101 |
Color Harmonies of #7A9878
Complementary color
Monochromatic Colors of #7A9878
Black with #7A9878
Text Example
Text Example
White with #7A9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9878; }
p { color: rgb(122,152,120); }
H1.HeaderClassName
{
color: #7A9878;
}
.AnyTagClassName
{
color: #7A9878;
}
</style>
background-color css
<style>
a { background-color: #7A9878; }
a { background-color: rgb(122,152,120); }
div.DivClassName
{
background-color: #7A9878;
}
.BgClassName
{
background-color: #7A9878;
}
</style>
border-color css
<style>
span { border-color: #7A9878; }
span { border-color: rgb(122,152,120); }
td.TdClassName
{
border-color: #7A9878;
}
.TagClassName
{
border-color: #7A9878;
}
</style>