Shades of Rose Taupe #875B5B
Tints of Rose Taupe #875B5B
RGB
CMYK
RGB Variations
Color information
#875B5B (or 0x875B5B) is known color: Rose Taupe. HEX triplet: 87, 5B and 5B. RGB value is (135,91,91). Sum of RGB (Red+Green+Blue) = 135+91+91=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #875B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B5B is #78A4A4. Grayscale: #686868. Windows color (decimal): -7906469 or 5987207. OLE color: 5987207.
HSL color Cylindrical-coordinate representation of color #875B5B: hue angle of 0º degrees, saturation: 0.19, 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 #875B5B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 91 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.47 |
| HSL | 0º | 0.19% | 0.44% | - |
| HSV(B) | 0º | 0.33% | 0.53% | - |
| XYZ | 15.62 | 13.39 | 11.66 | - |
| YUV | 104.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 91 | 0 | 0.33 | 0.33 | 0.47 | 0 | 0.19 | 0.44 |
| Hex | 87 | 5B | 5B | 0 | 21 | 21 | 2F | 0 | 13 | 2C |
| Octal | 207 | 133 | 133 | 0 | 41 | 41 | 57 | 0 | 23 | 54 |
| Binary | 10000111 | 1011011 | 1011011 | 0 | 100001 | 100001 | 101111 | 0 | 10011 | 101100 |
Color Harmonies of #875B5B
Complementary color
Monochromatic Colors of #875B5B
Black with #875B5B
Text Example
Text Example
White with #875B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B5B; }
p { color: rgb(135,91,91); }
H1.HeaderClassName
{
color: #875B5B;
}
.AnyTagClassName
{
color: #875B5B;
}
</style>
background-color css
<style>
a { background-color: #875B5B; }
a { background-color: rgb(135,91,91); }
div.DivClassName
{
background-color: #875B5B;
}
.BgClassName
{
background-color: #875B5B;
}
</style>
border-color css
<style>
span { border-color: #875B5B; }
span { border-color: rgb(135,91,91); }
td.TdClassName
{
border-color: #875B5B;
}
.TagClassName
{
border-color: #875B5B;
}
</style>