Shades of Stonewall #797369
Tints of Stonewall #797369
RGB
CMYK
RGB Variations
Color information
#797369 (or 0x797369) is known color: Stonewall. HEX triplet: 79, 73 and 69. RGB value is (121,115,105). Sum of RGB (Red+Green+Blue) = 121+115+105=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #797369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797369 is #868C96. Grayscale: #737373. Windows color (decimal): -8817815 or 6910841. OLE color: 6910841.
HSL color Cylindrical-coordinate representation of color #797369: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #797369 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 105 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.53 |
| HSL | 37.5º | 0.07% | 0.44% | - |
| HSV(B) | 37.5º | 0.13% | 0.47% | - |
| XYZ | 16.57 | 17.35 | 15.84 | - |
| YUV | 115.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 105 | 0 | 0.05 | 0.13 | 0.53 | 37.5 | 0.07 | 0.44 |
| Hex | 79 | 73 | 69 | 0 | 5 | D | 35 | 26 | 7 | 2C |
| Octal | 171 | 163 | 151 | 0 | 5 | 15 | 65 | 46 | 7 | 54 |
| Binary | 1111001 | 1110011 | 1101001 | 0 | 101 | 1101 | 110101 | 100110 | 111 | 101100 |
Color Harmonies of #797369
Complementary color
Monochromatic Colors of #797369
Black with #797369
Text Example
Text Example
White with #797369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797369; }
p { color: rgb(121,115,105); }
H1.HeaderClassName
{
color: #797369;
}
.AnyTagClassName
{
color: #797369;
}
</style>
background-color css
<style>
a { background-color: #797369; }
a { background-color: rgb(121,115,105); }
div.DivClassName
{
background-color: #797369;
}
.BgClassName
{
background-color: #797369;
}
</style>
border-color css
<style>
span { border-color: #797369; }
span { border-color: rgb(121,115,105); }
td.TdClassName
{
border-color: #797369;
}
.TagClassName
{
border-color: #797369;
}
</style>