Shades of Russett #876A5D
Tints of Russett #876A5D
RGB
CMYK
RGB Variations
Color information
#876A5D (or 0x876A5D) is known color: Russett. HEX triplet: 87, 6A and 5D. RGB value is (135,106,93). Sum of RGB (Red+Green+Blue) = 135+106+93=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A5D is #7895A2. Grayscale: #717171. Windows color (decimal): -7902627 or 6122119. OLE color: 6122119.
HSL color Cylindrical-coordinate representation of color #876A5D: hue angle of 18.57º 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 #876A5D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 106 | 93 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.47 |
| HSL | 18.57º | 0.18% | 0.45% | - |
| HSV(B) | 18.57º | 0.31% | 0.53% | - |
| XYZ | 17.12 | 16.25 | 12.59 | - |
| YUV | 113.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 93 | 0 | 0.21 | 0.31 | 0.47 | 18.57 | 0.18 | 0.45 |
| Hex | 87 | 6A | 5D | 0 | 15 | 1F | 2F | 13 | 12 | 2D |
| Octal | 207 | 152 | 135 | 0 | 25 | 37 | 57 | 23 | 22 | 55 |
| Binary | 10000111 | 1101010 | 1011101 | 0 | 10101 | 11111 | 101111 | 10011 | 10010 | 101101 |
Color Harmonies of #876A5D
Complementary color
Monochromatic Colors of #876A5D
Black with #876A5D
Text Example
Text Example
White with #876A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A5D; }
p { color: rgb(135,106,93); }
H1.HeaderClassName
{
color: #876A5D;
}
.AnyTagClassName
{
color: #876A5D;
}
</style>
background-color css
<style>
a { background-color: #876A5D; }
a { background-color: rgb(135,106,93); }
div.DivClassName
{
background-color: #876A5D;
}
.BgClassName
{
background-color: #876A5D;
}
</style>
border-color css
<style>
span { border-color: #876A5D; }
span { border-color: rgb(135,106,93); }
td.TdClassName
{
border-color: #876A5D;
}
.TagClassName
{
border-color: #876A5D;
}
</style>