Shades of Trendy Pink #855777
Tints of Trendy Pink #855777
RGB
CMYK
RGB Variations
Color information
#855777 (or 0x855777) is known color: Trendy Pink. HEX triplet: 85, 57 and 77. RGB value is (133,87,119). Sum of RGB (Red+Green+Blue) = 133+87+119=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855777 is #7AA888. Grayscale: #686868. Windows color (decimal): -8038537 or 7821189. OLE color: 7821189.
HSL color Cylindrical-coordinate representation of color #855777: hue angle of 318.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855777 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 119 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.48 |
| HSL | 318.26º | 0.21% | 0.43% | - |
| HSV(B) | 318.26º | 0.35% | 0.52% | - |
| XYZ | 16.41 | 13.13 | 19.12 | - |
| YUV | 104.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 119 | 0 | 0.35 | 0.11 | 0.48 | 318.26 | 0.21 | 0.43 |
| Hex | 85 | 57 | 77 | 0 | 23 | B | 30 | 13E | 15 | 2B |
| Octal | 205 | 127 | 167 | 0 | 43 | 13 | 60 | 476 | 25 | 53 |
| Binary | 10000101 | 1010111 | 1110111 | 0 | 100011 | 1011 | 110000 | 100111110 | 10101 | 101011 |
Color Harmonies of #855777
Complementary color
Monochromatic Colors of #855777
Black with #855777
Text Example
Text Example
White with #855777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855777; }
p { color: rgb(133,87,119); }
H1.HeaderClassName
{
color: #855777;
}
.AnyTagClassName
{
color: #855777;
}
</style>
background-color css
<style>
a { background-color: #855777; }
a { background-color: rgb(133,87,119); }
div.DivClassName
{
background-color: #855777;
}
.BgClassName
{
background-color: #855777;
}
</style>
border-color css
<style>
span { border-color: #855777; }
span { border-color: rgb(133,87,119); }
td.TdClassName
{
border-color: #855777;
}
.TagClassName
{
border-color: #855777;
}
</style>