Shades of Trendy Pink #844E7A
Tints of Trendy Pink #844E7A
RGB
CMYK
RGB Variations
Color information
#844E7A (or 0x844E7A) is known color: Trendy Pink. HEX triplet: 84, 4E and 7A. RGB value is (132,78,122). Sum of RGB (Red+Green+Blue) = 132+78+122=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #844E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E7A is #7BB185. Grayscale: #636363. Windows color (decimal): -8106374 or 8015492. OLE color: 8015492.
HSL color Cylindrical-coordinate representation of color #844E7A: hue angle of 311.11º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E7A is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 122 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.48 |
| HSL | 311.11º | 0.26% | 0.41% | - |
| HSV(B) | 311.11º | 0.41% | 0.52% | - |
| XYZ | 15.75 | 11.76 | 19.85 | - |
| YUV | 99.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 122 | 0 | 0.41 | 0.08 | 0.48 | 311.11 | 0.26 | 0.41 |
| Hex | 84 | 4E | 7A | 0 | 29 | 8 | 30 | 137 | 1A | 29 |
| Octal | 204 | 116 | 172 | 0 | 51 | 10 | 60 | 467 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1111010 | 0 | 101001 | 1000 | 110000 | 100110111 | 11010 | 101001 |
Color Harmonies of #844E7A
Complementary color
Monochromatic Colors of #844E7A
Black with #844E7A
Text Example
Text Example
White with #844E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E7A; }
p { color: rgb(132,78,122); }
H1.HeaderClassName
{
color: #844E7A;
}
.AnyTagClassName
{
color: #844E7A;
}
</style>
background-color css
<style>
a { background-color: #844E7A; }
a { background-color: rgb(132,78,122); }
div.DivClassName
{
background-color: #844E7A;
}
.BgClassName
{
background-color: #844E7A;
}
</style>
border-color css
<style>
span { border-color: #844E7A; }
span { border-color: rgb(132,78,122); }
td.TdClassName
{
border-color: #844E7A;
}
.TagClassName
{
border-color: #844E7A;
}
</style>