Shades of Trendy Pink #844A78
Tints of Trendy Pink #844A78
RGB
CMYK
RGB Variations
Color information
#844A78 (or 0x844A78) is known color: Trendy Pink. HEX triplet: 84, 4A and 78. RGB value is (132,74,120). Sum of RGB (Red+Green+Blue) = 132+74+120=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A78 is #7BB587. Grayscale: #606060. Windows color (decimal): -8107400 or 7883396. OLE color: 7883396.
HSL color Cylindrical-coordinate representation of color #844A78: hue angle of 312.41º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A78 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 120 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.48 |
| HSL | 312.41º | 0.28% | 0.4% | - |
| HSV(B) | 312.41º | 0.44% | 0.52% | - |
| XYZ | 15.35 | 11.16 | 19.11 | - |
| YUV | 96.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 120 | 0 | 0.44 | 0.09 | 0.48 | 312.41 | 0.28 | 0.4 |
| Hex | 84 | 4A | 78 | 0 | 2C | 9 | 30 | 138 | 1C | 28 |
| Octal | 204 | 112 | 170 | 0 | 54 | 11 | 60 | 470 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1111000 | 0 | 101100 | 1001 | 110000 | 100111000 | 11100 | 101000 |
Color Harmonies of #844A78
Complementary color
Monochromatic Colors of #844A78
Black with #844A78
Text Example
Text Example
White with #844A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A78; }
p { color: rgb(132,74,120); }
H1.HeaderClassName
{
color: #844A78;
}
.AnyTagClassName
{
color: #844A78;
}
</style>
background-color css
<style>
a { background-color: #844A78; }
a { background-color: rgb(132,74,120); }
div.DivClassName
{
background-color: #844A78;
}
.BgClassName
{
background-color: #844A78;
}
</style>
border-color css
<style>
span { border-color: #844A78; }
span { border-color: rgb(132,74,120); }
td.TdClassName
{
border-color: #844A78;
}
.TagClassName
{
border-color: #844A78;
}
</style>