Shades of Davy's Grey #798D7A
Tints of Davy's Grey #798D7A
RGB
CMYK
RGB Variations
Color information
#798D7A (or 0x798D7A) is known color: Davy's Grey. HEX triplet: 79, 8D and 7A. RGB value is (121,141,122). Sum of RGB (Red+Green+Blue) = 121+141+122=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #798D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D7A is #867285. Grayscale: #848484. Windows color (decimal): -8811142 or 8031609. OLE color: 8031609.
HSL color Cylindrical-coordinate representation of color #798D7A: hue angle of 123º 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 #798D7A is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 122 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.45 |
| HSL | 123º | 0.08% | 0.51% | - |
| HSV(B) | 123º | 0.14% | 0.55% | - |
| XYZ | 20.92 | 24.52 | 22.04 | - |
| YUV | 132.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 122 | 0.14 | 0 | 0.13 | 0.45 | 123 | 0.08 | 0.51 |
| Hex | 79 | 8D | 7A | E | 0 | D | 2D | 7B | 8 | 33 |
| Octal | 171 | 215 | 172 | 16 | 0 | 15 | 55 | 173 | 10 | 63 |
| Binary | 1111001 | 10001101 | 1111010 | 1110 | 0 | 1101 | 101101 | 1111011 | 1000 | 110011 |
Color Harmonies of #798D7A
Complementary color
Monochromatic Colors of #798D7A
Black with #798D7A
Text Example
Text Example
White with #798D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D7A; }
p { color: rgb(121,141,122); }
H1.HeaderClassName
{
color: #798D7A;
}
.AnyTagClassName
{
color: #798D7A;
}
</style>
background-color css
<style>
a { background-color: #798D7A; }
a { background-color: rgb(121,141,122); }
div.DivClassName
{
background-color: #798D7A;
}
.BgClassName
{
background-color: #798D7A;
}
</style>
border-color css
<style>
span { border-color: #798D7A; }
span { border-color: rgb(121,141,122); }
td.TdClassName
{
border-color: #798D7A;
}
.TagClassName
{
border-color: #798D7A;
}
</style>