Shades of Solid Pink #875456
Tints of Solid Pink #875456
RGB
CMYK
RGB Variations
Color information
#875456 (or 0x875456) is known color: Solid Pink. HEX triplet: 87, 54 and 56. RGB value is (135,84,86). Sum of RGB (Red+Green+Blue) = 135+84+86=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875456 is #78ABA9. Grayscale: #636363. Windows color (decimal): -7908266 or 5657735. OLE color: 5657735.
HSL color Cylindrical-coordinate representation of color #875456: hue angle of 357.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875456 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 86 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.47 |
| HSL | 357.65º | 0.23% | 0.43% | - |
| HSV(B) | 357.65º | 0.38% | 0.53% | - |
| XYZ | 14.84 | 12.16 | 10.37 | - |
| YUV | 99.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 86 | 0 | 0.38 | 0.36 | 0.47 | 357.65 | 0.23 | 0.43 |
| Hex | 87 | 54 | 56 | 0 | 26 | 24 | 2F | 166 | 17 | 2B |
| Octal | 207 | 124 | 126 | 0 | 46 | 44 | 57 | 546 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1010110 | 0 | 100110 | 100100 | 101111 | 101100110 | 10111 | 101011 |
Color Harmonies of #875456
Complementary color
Monochromatic Colors of #875456
Black with #875456
Text Example
Text Example
White with #875456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875456; }
p { color: rgb(135,84,86); }
H1.HeaderClassName
{
color: #875456;
}
.AnyTagClassName
{
color: #875456;
}
</style>
background-color css
<style>
a { background-color: #875456; }
a { background-color: rgb(135,84,86); }
div.DivClassName
{
background-color: #875456;
}
.BgClassName
{
background-color: #875456;
}
</style>
border-color css
<style>
span { border-color: #875456; }
span { border-color: rgb(135,84,86); }
td.TdClassName
{
border-color: #875456;
}
.TagClassName
{
border-color: #875456;
}
</style>