Shades of Trendy Pink #874D76
Tints of Trendy Pink #874D76
RGB
CMYK
RGB Variations
Color information
#874D76 (or 0x874D76) is known color: Trendy Pink. HEX triplet: 87, 4D and 76. RGB value is (135,77,118). Sum of RGB (Red+Green+Blue) = 135+77+118=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D76 is #78B289. Grayscale: #626262. Windows color (decimal): -7910026 or 7753095. OLE color: 7753095.
HSL color Cylindrical-coordinate representation of color #874D76: hue angle of 317.59º 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 #874D76 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 118 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.47 |
| HSL | 317.59º | 0.27% | 0.42% | - |
| HSV(B) | 317.59º | 0.43% | 0.53% | - |
| XYZ | 15.92 | 11.77 | 18.57 | - |
| YUV | 99.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 118 | 0 | 0.43 | 0.13 | 0.47 | 317.59 | 0.27 | 0.42 |
| Hex | 87 | 4D | 76 | 0 | 2B | D | 2F | 13E | 1B | 2A |
| Octal | 207 | 115 | 166 | 0 | 53 | 15 | 57 | 476 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1110110 | 0 | 101011 | 1101 | 101111 | 100111110 | 11011 | 101010 |
Color Harmonies of #874D76
Complementary color
Monochromatic Colors of #874D76
Black with #874D76
Text Example
Text Example
White with #874D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D76; }
p { color: rgb(135,77,118); }
H1.HeaderClassName
{
color: #874D76;
}
.AnyTagClassName
{
color: #874D76;
}
</style>
background-color css
<style>
a { background-color: #874D76; }
a { background-color: rgb(135,77,118); }
div.DivClassName
{
background-color: #874D76;
}
.BgClassName
{
background-color: #874D76;
}
</style>
border-color css
<style>
span { border-color: #874D76; }
span { border-color: rgb(135,77,118); }
td.TdClassName
{
border-color: #874D76;
}
.TagClassName
{
border-color: #874D76;
}
</style>