Shades of Solid Pink #875557
Tints of Solid Pink #875557
RGB
CMYK
RGB Variations
Color information
#875557 (or 0x875557) is known color: Solid Pink. HEX triplet: 87, 55 and 57. RGB value is (135,85,87). Sum of RGB (Red+Green+Blue) = 135+85+87=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875557 is #78AAA8. Grayscale: #646464. Windows color (decimal): -7908009 or 5723527. OLE color: 5723527.
HSL color Cylindrical-coordinate representation of color #875557: hue angle of 357.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875557 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 87 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.47 |
| HSL | 357.6º | 0.23% | 0.43% | - |
| HSV(B) | 357.6º | 0.37% | 0.53% | - |
| XYZ | 14.96 | 12.34 | 10.61 | - |
| YUV | 100.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 87 | 0 | 0.37 | 0.36 | 0.47 | 357.6 | 0.23 | 0.43 |
| Hex | 87 | 55 | 57 | 0 | 25 | 24 | 2F | 166 | 17 | 2B |
| Octal | 207 | 125 | 127 | 0 | 45 | 44 | 57 | 546 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1010111 | 0 | 100101 | 100100 | 101111 | 101100110 | 10111 | 101011 |
Color Harmonies of #875557
Complementary color
Monochromatic Colors of #875557
Black with #875557
Text Example
Text Example
White with #875557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875557; }
p { color: rgb(135,85,87); }
H1.HeaderClassName
{
color: #875557;
}
.AnyTagClassName
{
color: #875557;
}
</style>
background-color css
<style>
a { background-color: #875557; }
a { background-color: rgb(135,85,87); }
div.DivClassName
{
background-color: #875557;
}
.BgClassName
{
background-color: #875557;
}
</style>
border-color css
<style>
span { border-color: #875557; }
span { border-color: rgb(135,85,87); }
td.TdClassName
{
border-color: #875557;
}
.TagClassName
{
border-color: #875557;
}
</style>