Shades of Stonewall #877A5D
Tints of Stonewall #877A5D
RGB
CMYK
RGB Variations
Color information
#877A5D (or 0x877A5D) is known color: Stonewall. HEX triplet: 87, 7A and 5D. RGB value is (135,122,93). Sum of RGB (Red+Green+Blue) = 135+122+93=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #877A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A5D is #7885A2. Grayscale: #7A7A7A. Windows color (decimal): -7898531 or 6126215. OLE color: 6126215.
HSL color Cylindrical-coordinate representation of color #877A5D: hue angle of 41.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #877A5D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 93 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.47 |
| HSL | 41.43º | 0.18% | 0.45% | - |
| HSV(B) | 41.43º | 0.31% | 0.53% | - |
| XYZ | 18.93 | 19.86 | 13.19 | - |
| YUV | 122.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 93 | 0 | 0.10 | 0.31 | 0.47 | 41.43 | 0.18 | 0.45 |
| Hex | 87 | 7A | 5D | 0 | A | 1F | 2F | 29 | 12 | 2D |
| Octal | 207 | 172 | 135 | 0 | 12 | 37 | 57 | 51 | 22 | 55 |
| Binary | 10000111 | 1111010 | 1011101 | 0 | 1010 | 11111 | 101111 | 101001 | 10010 | 101101 |
Color Harmonies of #877A5D
Complementary color
Monochromatic Colors of #877A5D
Black with #877A5D
Text Example
Text Example
White with #877A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A5D; }
p { color: rgb(135,122,93); }
H1.HeaderClassName
{
color: #877A5D;
}
.AnyTagClassName
{
color: #877A5D;
}
</style>
background-color css
<style>
a { background-color: #877A5D; }
a { background-color: rgb(135,122,93); }
div.DivClassName
{
background-color: #877A5D;
}
.BgClassName
{
background-color: #877A5D;
}
</style>
border-color css
<style>
span { border-color: #877A5D; }
span { border-color: rgb(135,122,93); }
td.TdClassName
{
border-color: #877A5D;
}
.TagClassName
{
border-color: #877A5D;
}
</style>