Shades of Rose Taupe #875A5A
Tints of Rose Taupe #875A5A
RGB
CMYK
RGB Variations
Color information
#875A5A (or 0x875A5A) is known color: Rose Taupe. HEX triplet: 87, 5A and 5A. RGB value is (135,90,90). Sum of RGB (Red+Green+Blue) = 135+90+90=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A5A is #78A5A5. Grayscale: #676767. Windows color (decimal): -7906726 or 5921415. OLE color: 5921415.
HSL color Cylindrical-coordinate representation of color #875A5A: hue angle of 0º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875A5A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 90 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.47 |
| HSL | 0º | 0.2% | 0.44% | - |
| HSV(B) | 0º | 0.33% | 0.53% | - |
| XYZ | 15.49 | 13.2 | 11.4 | - |
| YUV | 103.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 90 | 0 | 0.33 | 0.33 | 0.47 | 0 | 0.2 | 0.44 |
| Hex | 87 | 5A | 5A | 0 | 21 | 21 | 2F | 0 | 14 | 2C |
| Octal | 207 | 132 | 132 | 0 | 41 | 41 | 57 | 0 | 24 | 54 |
| Binary | 10000111 | 1011010 | 1011010 | 0 | 100001 | 100001 | 101111 | 0 | 10100 | 101100 |
Color Harmonies of #875A5A
Complementary color
Monochromatic Colors of #875A5A
Black with #875A5A
Text Example
Text Example
White with #875A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A5A; }
p { color: rgb(135,90,90); }
H1.HeaderClassName
{
color: #875A5A;
}
.AnyTagClassName
{
color: #875A5A;
}
</style>
background-color css
<style>
a { background-color: #875A5A; }
a { background-color: rgb(135,90,90); }
div.DivClassName
{
background-color: #875A5A;
}
.BgClassName
{
background-color: #875A5A;
}
</style>
border-color css
<style>
span { border-color: #875A5A; }
span { border-color: rgb(135,90,90); }
td.TdClassName
{
border-color: #875A5A;
}
.TagClassName
{
border-color: #875A5A;
}
</style>