Shades of Solid Pink #874D57
Tints of Solid Pink #874D57
RGB
CMYK
RGB Variations
Color information
#874D57 (or 0x874D57) is known color: Solid Pink. HEX triplet: 87, 4D and 57. RGB value is (135,77,87). Sum of RGB (Red+Green+Blue) = 135+77+87=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #874D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D57 is #78B2A8. Grayscale: #5F5F5F. Windows color (decimal): -7910057 or 5721479. OLE color: 5721479.
HSL color Cylindrical-coordinate representation of color #874D57: hue angle of 349.66º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D57 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 87 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.47 |
| HSL | 349.66º | 0.27% | 0.42% | - |
| HSV(B) | 349.66º | 0.43% | 0.53% | - |
| XYZ | 14.37 | 11.15 | 10.41 | - |
| YUV | 95.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 87 | 0 | 0.43 | 0.36 | 0.47 | 349.66 | 0.27 | 0.42 |
| Hex | 87 | 4D | 57 | 0 | 2B | 24 | 2F | 15E | 1B | 2A |
| Octal | 207 | 115 | 127 | 0 | 53 | 44 | 57 | 536 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1010111 | 0 | 101011 | 100100 | 101111 | 101011110 | 11011 | 101010 |
Color Harmonies of #874D57
Complementary color
Monochromatic Colors of #874D57
Black with #874D57
Text Example
Text Example
White with #874D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D57; }
p { color: rgb(135,77,87); }
H1.HeaderClassName
{
color: #874D57;
}
.AnyTagClassName
{
color: #874D57;
}
</style>
background-color css
<style>
a { background-color: #874D57; }
a { background-color: rgb(135,77,87); }
div.DivClassName
{
background-color: #874D57;
}
.BgClassName
{
background-color: #874D57;
}
</style>
border-color css
<style>
span { border-color: #874D57; }
span { border-color: rgb(135,77,87); }
td.TdClassName
{
border-color: #874D57;
}
.TagClassName
{
border-color: #874D57;
}
</style>