Shades of Trendy Pink #874675
Tints of Trendy Pink #874675
RGB
CMYK
RGB Variations
Color information
#874675 (or 0x874675) is known color: Trendy Pink. HEX triplet: 87, 46 and 75. RGB value is (135,70,117). Sum of RGB (Red+Green+Blue) = 135+70+117=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874675 is #78B98A. Grayscale: #5E5E5E. Windows color (decimal): -7911819 or 7685767. OLE color: 7685767.
HSL color Cylindrical-coordinate representation of color #874675: hue angle of 316.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874675 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 117 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.47 |
| HSL | 316.62º | 0.32% | 0.4% | - |
| HSV(B) | 316.62º | 0.48% | 0.53% | - |
| XYZ | 15.39 | 10.82 | 18.11 | - |
| YUV | 94.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 117 | 0 | 0.48 | 0.13 | 0.47 | 316.62 | 0.32 | 0.4 |
| Hex | 87 | 46 | 75 | 0 | 30 | D | 2F | 13D | 20 | 28 |
| Octal | 207 | 106 | 165 | 0 | 60 | 15 | 57 | 475 | 40 | 50 |
| Binary | 10000111 | 1000110 | 1110101 | 0 | 110000 | 1101 | 101111 | 100111101 | 100000 | 101000 |
Color Harmonies of #874675
Complementary color
Monochromatic Colors of #874675
Black with #874675
Text Example
Text Example
White with #874675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874675; }
p { color: rgb(135,70,117); }
H1.HeaderClassName
{
color: #874675;
}
.AnyTagClassName
{
color: #874675;
}
</style>
background-color css
<style>
a { background-color: #874675; }
a { background-color: rgb(135,70,117); }
div.DivClassName
{
background-color: #874675;
}
.BgClassName
{
background-color: #874675;
}
</style>
border-color css
<style>
span { border-color: #874675; }
span { border-color: rgb(135,70,117); }
td.TdClassName
{
border-color: #874675;
}
.TagClassName
{
border-color: #874675;
}
</style>