Shades of Solid Pink #874B4D
Tints of Solid Pink #874B4D
RGB
CMYK
RGB Variations
Color information
#874B4D (or 0x874B4D) is known color: Solid Pink. HEX triplet: 87, 4B and 4D. RGB value is (135,75,77). Sum of RGB (Red+Green+Blue) = 135+75+77=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B4D is #78B4B2. Grayscale: #5D5D5D. Windows color (decimal): -7910579 or 5065607. OLE color: 5065607.
HSL color Cylindrical-coordinate representation of color #874B4D: hue angle of 358º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874B4D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 77 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.47 |
| HSL | 358º | 0.29% | 0.41% | - |
| HSV(B) | 358º | 0.44% | 0.53% | - |
| XYZ | 13.85 | 10.72 | 8.36 | - |
| YUV | 93.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 77 | 0 | 0.44 | 0.43 | 0.47 | 358 | 0.29 | 0.41 |
| Hex | 87 | 4B | 4D | 0 | 2C | 2B | 2F | 166 | 1D | 29 |
| Octal | 207 | 113 | 115 | 0 | 54 | 53 | 57 | 546 | 35 | 51 |
| Binary | 10000111 | 1001011 | 1001101 | 0 | 101100 | 101011 | 101111 | 101100110 | 11101 | 101001 |
Color Harmonies of #874B4D
Complementary color
Monochromatic Colors of #874B4D
Black with #874B4D
Text Example
Text Example
White with #874B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B4D; }
p { color: rgb(135,75,77); }
H1.HeaderClassName
{
color: #874B4D;
}
.AnyTagClassName
{
color: #874B4D;
}
</style>
background-color css
<style>
a { background-color: #874B4D; }
a { background-color: rgb(135,75,77); }
div.DivClassName
{
background-color: #874B4D;
}
.BgClassName
{
background-color: #874B4D;
}
</style>
border-color css
<style>
span { border-color: #874B4D; }
span { border-color: rgb(135,75,77); }
td.TdClassName
{
border-color: #874B4D;
}
.TagClassName
{
border-color: #874B4D;
}
</style>