Shades of Trendy Pink #844777
Tints of Trendy Pink #844777
RGB
CMYK
RGB Variations
Color information
#844777 (or 0x844777) is known color: Trendy Pink. HEX triplet: 84, 47 and 77. RGB value is (132,71,119). Sum of RGB (Red+Green+Blue) = 132+71+119=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #844777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844777 is #7BB888. Grayscale: #5E5E5E. Windows color (decimal): -8108169 or 7817092. OLE color: 7817092.
HSL color Cylindrical-coordinate representation of color #844777: hue angle of 312.79º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844777 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 119 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.48 |
| HSL | 312.79º | 0.3% | 0.4% | - |
| HSV(B) | 312.79º | 0.46% | 0.52% | - |
| XYZ | 15.1 | 10.74 | 18.73 | - |
| YUV | 94.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 119 | 0 | 0.46 | 0.10 | 0.48 | 312.79 | 0.3 | 0.4 |
| Hex | 84 | 47 | 77 | 0 | 2E | A | 30 | 139 | 1E | 28 |
| Octal | 204 | 107 | 167 | 0 | 56 | 12 | 60 | 471 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1110111 | 0 | 101110 | 1010 | 110000 | 100111001 | 11110 | 101000 |
Color Harmonies of #844777
Complementary color
Monochromatic Colors of #844777
Black with #844777
Text Example
Text Example
White with #844777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844777; }
p { color: rgb(132,71,119); }
H1.HeaderClassName
{
color: #844777;
}
.AnyTagClassName
{
color: #844777;
}
</style>
background-color css
<style>
a { background-color: #844777; }
a { background-color: rgb(132,71,119); }
div.DivClassName
{
background-color: #844777;
}
.BgClassName
{
background-color: #844777;
}
</style>
border-color css
<style>
span { border-color: #844777; }
span { border-color: rgb(132,71,119); }
td.TdClassName
{
border-color: #844777;
}
.TagClassName
{
border-color: #844777;
}
</style>