Shades of Solid Pink #874D4E
Tints of Solid Pink #874D4E
RGB
CMYK
RGB Variations
Color information
#874D4E (or 0x874D4E) is known color: Solid Pink. HEX triplet: 87, 4D and 4E. RGB value is (135,77,78). Sum of RGB (Red+Green+Blue) = 135+77+78=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D4E is #78B2B1. Grayscale: #5E5E5E. Windows color (decimal): -7910066 or 5131655. OLE color: 5131655.
HSL color Cylindrical-coordinate representation of color #874D4E: hue angle of 358.97º 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 #874D4E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 78 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.47 |
| HSL | 358.97º | 0.27% | 0.42% | - |
| HSV(B) | 358.97º | 0.43% | 0.53% | - |
| XYZ | 14.02 | 11.01 | 8.59 | - |
| YUV | 94.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 78 | 0 | 0.43 | 0.42 | 0.47 | 358.97 | 0.27 | 0.42 |
| Hex | 87 | 4D | 4E | 0 | 2B | 2A | 2F | 167 | 1B | 2A |
| Octal | 207 | 115 | 116 | 0 | 53 | 52 | 57 | 547 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1001110 | 0 | 101011 | 101010 | 101111 | 101100111 | 11011 | 101010 |
Color Harmonies of #874D4E
Complementary color
Monochromatic Colors of #874D4E
Black with #874D4E
Text Example
Text Example
White with #874D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D4E; }
p { color: rgb(135,77,78); }
H1.HeaderClassName
{
color: #874D4E;
}
.AnyTagClassName
{
color: #874D4E;
}
</style>
background-color css
<style>
a { background-color: #874D4E; }
a { background-color: rgb(135,77,78); }
div.DivClassName
{
background-color: #874D4E;
}
.BgClassName
{
background-color: #874D4E;
}
</style>
border-color css
<style>
span { border-color: #874D4E; }
span { border-color: rgb(135,77,78); }
td.TdClassName
{
border-color: #874D4E;
}
.TagClassName
{
border-color: #874D4E;
}
</style>