Shades of Rose Taupe #875C5C
Tints of Rose Taupe #875C5C
RGB
CMYK
RGB Variations
Color information
#875C5C (or 0x875C5C) is known color: Rose Taupe. HEX triplet: 87, 5C and 5C. RGB value is (135,92,92). Sum of RGB (Red+Green+Blue) = 135+92+92=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C5C is #78A3A3. Grayscale: #686868. Windows color (decimal): -7906212 or 6052999. OLE color: 6052999.
HSL color Cylindrical-coordinate representation of color #875C5C: hue angle of 0º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C5C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 92 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.47 |
| HSL | 0º | 0.19% | 0.45% | - |
| HSV(B) | 0º | 0.32% | 0.53% | - |
| XYZ | 15.75 | 13.58 | 11.92 | - |
| YUV | 104.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 92 | 0 | 0.32 | 0.32 | 0.47 | 0 | 0.19 | 0.45 |
| Hex | 87 | 5C | 5C | 0 | 20 | 20 | 2F | 0 | 13 | 2D |
| Octal | 207 | 134 | 134 | 0 | 40 | 40 | 57 | 0 | 23 | 55 |
| Binary | 10000111 | 1011100 | 1011100 | 0 | 100000 | 100000 | 101111 | 0 | 10011 | 101101 |
Color Harmonies of #875C5C
Complementary color
Monochromatic Colors of #875C5C
Black with #875C5C
Text Example
Text Example
White with #875C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C5C; }
p { color: rgb(135,92,92); }
H1.HeaderClassName
{
color: #875C5C;
}
.AnyTagClassName
{
color: #875C5C;
}
</style>
background-color css
<style>
a { background-color: #875C5C; }
a { background-color: rgb(135,92,92); }
div.DivClassName
{
background-color: #875C5C;
}
.BgClassName
{
background-color: #875C5C;
}
</style>
border-color css
<style>
span { border-color: #875C5C; }
span { border-color: rgb(135,92,92); }
td.TdClassName
{
border-color: #875C5C;
}
.TagClassName
{
border-color: #875C5C;
}
</style>