Shades of Davy's Grey #7A8B78
Tints of Davy's Grey #7A8B78
RGB
CMYK
RGB Variations
Color information
#7A8B78 (or 0x7A8B78) is known color: Davy's Grey. HEX triplet: 7A, 8B and 78. RGB value is (122,139,120). Sum of RGB (Red+Green+Blue) = 122+139+120=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8B78 is #857487. Grayscale: #838383. Windows color (decimal): -8746120 or 7900026. OLE color: 7900026.
HSL color Cylindrical-coordinate representation of color #7A8B78: hue angle of 113.68º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8B78 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 120 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.45 |
| HSL | 113.68º | 0.08% | 0.51% | - |
| HSV(B) | 113.68º | 0.14% | 0.55% | - |
| XYZ | 20.65 | 23.96 | 21.31 | - |
| YUV | 131.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 120 | 0.12 | 0 | 0.14 | 0.45 | 113.68 | 0.08 | 0.51 |
| Hex | 7A | 8B | 78 | C | 0 | E | 2D | 72 | 8 | 33 |
| Octal | 172 | 213 | 170 | 14 | 0 | 16 | 55 | 162 | 10 | 63 |
| Binary | 1111010 | 10001011 | 1111000 | 1100 | 0 | 1110 | 101101 | 1110010 | 1000 | 110011 |
Color Harmonies of #7A8B78
Complementary color
Monochromatic Colors of #7A8B78
Black with #7A8B78
Text Example
Text Example
White with #7A8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B78; }
p { color: rgb(122,139,120); }
H1.HeaderClassName
{
color: #7A8B78;
}
.AnyTagClassName
{
color: #7A8B78;
}
</style>
background-color css
<style>
a { background-color: #7A8B78; }
a { background-color: rgb(122,139,120); }
div.DivClassName
{
background-color: #7A8B78;
}
.BgClassName
{
background-color: #7A8B78;
}
</style>
border-color css
<style>
span { border-color: #7A8B78; }
span { border-color: rgb(122,139,120); }
td.TdClassName
{
border-color: #7A8B78;
}
.TagClassName
{
border-color: #7A8B78;
}
</style>