Shades of Stonewall #797365
Tints of Stonewall #797365
RGB
CMYK
RGB Variations
Color information
#797365 (or 0x797365) is known color: Stonewall. HEX triplet: 79, 73 and 65. RGB value is (121,115,101). Sum of RGB (Red+Green+Blue) = 121+115+101=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #797365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797365 is #868C9A. Grayscale: #737373. Windows color (decimal): -8817819 or 6648697. OLE color: 6648697.
HSL color Cylindrical-coordinate representation of color #797365: hue angle of 42º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #797365 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 101 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.53 |
| HSL | 42º | 0.09% | 0.44% | - |
| HSV(B) | 42º | 0.17% | 0.47% | - |
| XYZ | 16.36 | 17.27 | 14.78 | - |
| YUV | 115.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 101 | 0 | 0.05 | 0.17 | 0.53 | 42 | 0.09 | 0.44 |
| Hex | 79 | 73 | 65 | 0 | 5 | 11 | 35 | 2A | 9 | 2C |
| Octal | 171 | 163 | 145 | 0 | 5 | 21 | 65 | 52 | 11 | 54 |
| Binary | 1111001 | 1110011 | 1100101 | 0 | 101 | 10001 | 110101 | 101010 | 1001 | 101100 |
Color Harmonies of #797365
Complementary color
Monochromatic Colors of #797365
Black with #797365
Text Example
Text Example
White with #797365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797365; }
p { color: rgb(121,115,101); }
H1.HeaderClassName
{
color: #797365;
}
.AnyTagClassName
{
color: #797365;
}
</style>
background-color css
<style>
a { background-color: #797365; }
a { background-color: rgb(121,115,101); }
div.DivClassName
{
background-color: #797365;
}
.BgClassName
{
background-color: #797365;
}
</style>
border-color css
<style>
span { border-color: #797365; }
span { border-color: rgb(121,115,101); }
td.TdClassName
{
border-color: #797365;
}
.TagClassName
{
border-color: #797365;
}
</style>