Shades of Trendy Pink #875078
Tints of Trendy Pink #875078
RGB
CMYK
RGB Variations
Color information
#875078 (or 0x875078) is known color: Trendy Pink. HEX triplet: 87, 50 and 78. RGB value is (135,80,120). Sum of RGB (Red+Green+Blue) = 135+80+120=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875078 is #78AF87. Grayscale: #646464. Windows color (decimal): -7909256 or 7884935. OLE color: 7884935.
HSL color Cylindrical-coordinate representation of color #875078: hue angle of 316.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875078 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 120 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.47 |
| HSL | 316.36º | 0.26% | 0.42% | - |
| HSV(B) | 316.36º | 0.41% | 0.53% | - |
| XYZ | 16.25 | 12.24 | 19.28 | - |
| YUV | 101.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 120 | 0 | 0.41 | 0.11 | 0.47 | 316.36 | 0.26 | 0.42 |
| Hex | 87 | 50 | 78 | 0 | 29 | B | 2F | 13C | 1A | 2A |
| Octal | 207 | 120 | 170 | 0 | 51 | 13 | 57 | 474 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1111000 | 0 | 101001 | 1011 | 101111 | 100111100 | 11010 | 101010 |
Color Harmonies of #875078
Complementary color
Monochromatic Colors of #875078
Black with #875078
Text Example
Text Example
White with #875078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875078; }
p { color: rgb(135,80,120); }
H1.HeaderClassName
{
color: #875078;
}
.AnyTagClassName
{
color: #875078;
}
</style>
background-color css
<style>
a { background-color: #875078; }
a { background-color: rgb(135,80,120); }
div.DivClassName
{
background-color: #875078;
}
.BgClassName
{
background-color: #875078;
}
</style>
border-color css
<style>
span { border-color: #875078; }
span { border-color: rgb(135,80,120); }
td.TdClassName
{
border-color: #875078;
}
.TagClassName
{
border-color: #875078;
}
</style>