Shades of Trendy Pink #854D77
Tints of Trendy Pink #854D77
RGB
CMYK
RGB Variations
Color information
#854D77 (or 0x854D77) is known color: Trendy Pink. HEX triplet: 85, 4D and 77. RGB value is (133,77,119). Sum of RGB (Red+Green+Blue) = 133+77+119=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #854D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D77 is #7AB288. Grayscale: #626262. Windows color (decimal): -8041097 or 7818629. OLE color: 7818629.
HSL color Cylindrical-coordinate representation of color #854D77: hue angle of 315º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D77 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 119 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.48 |
| HSL | 315º | 0.27% | 0.41% | - |
| HSV(B) | 315º | 0.42% | 0.52% | - |
| XYZ | 15.66 | 11.63 | 18.87 | - |
| YUV | 98.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 119 | 0 | 0.42 | 0.11 | 0.48 | 315 | 0.27 | 0.41 |
| Hex | 85 | 4D | 77 | 0 | 2A | B | 30 | 13B | 1B | 29 |
| Octal | 205 | 115 | 167 | 0 | 52 | 13 | 60 | 473 | 33 | 51 |
| Binary | 10000101 | 1001101 | 1110111 | 0 | 101010 | 1011 | 110000 | 100111011 | 11011 | 101001 |
Color Harmonies of #854D77
Complementary color
Monochromatic Colors of #854D77
Black with #854D77
Text Example
Text Example
White with #854D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D77; }
p { color: rgb(133,77,119); }
H1.HeaderClassName
{
color: #854D77;
}
.AnyTagClassName
{
color: #854D77;
}
</style>
background-color css
<style>
a { background-color: #854D77; }
a { background-color: rgb(133,77,119); }
div.DivClassName
{
background-color: #854D77;
}
.BgClassName
{
background-color: #854D77;
}
</style>
border-color css
<style>
span { border-color: #854D77; }
span { border-color: rgb(133,77,119); }
td.TdClassName
{
border-color: #854D77;
}
.TagClassName
{
border-color: #854D77;
}
</style>