Shades of Trendy Pink #844E7E
Tints of Trendy Pink #844E7E
RGB
CMYK
RGB Variations
Color information
#844E7E (or 0x844E7E) is known color: Trendy Pink. HEX triplet: 84, 4E and 7E. RGB value is (132,78,126). Sum of RGB (Red+Green+Blue) = 132+78+126=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #844E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E7E is #7BB181. Grayscale: #636363. Windows color (decimal): -8106370 or 8277636. OLE color: 8277636.
HSL color Cylindrical-coordinate representation of color #844E7E: hue angle of 306.67º 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 #844E7E is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 126 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.48 |
| HSL | 306.67º | 0.26% | 0.41% | - |
| HSV(B) | 306.67º | 0.41% | 0.52% | - |
| XYZ | 16.01 | 11.86 | 21.18 | - |
| YUV | 99.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 126 | 0 | 0.41 | 0.05 | 0.48 | 306.67 | 0.26 | 0.41 |
| Hex | 84 | 4E | 7E | 0 | 29 | 5 | 30 | 133 | 1A | 29 |
| Octal | 204 | 116 | 176 | 0 | 51 | 5 | 60 | 463 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1111110 | 0 | 101001 | 101 | 110000 | 100110011 | 11010 | 101001 |
Color Harmonies of #844E7E
Complementary color
Monochromatic Colors of #844E7E
Black with #844E7E
Text Example
Text Example
White with #844E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E7E; }
p { color: rgb(132,78,126); }
H1.HeaderClassName
{
color: #844E7E;
}
.AnyTagClassName
{
color: #844E7E;
}
</style>
background-color css
<style>
a { background-color: #844E7E; }
a { background-color: rgb(132,78,126); }
div.DivClassName
{
background-color: #844E7E;
}
.BgClassName
{
background-color: #844E7E;
}
</style>
border-color css
<style>
span { border-color: #844E7E; }
span { border-color: rgb(132,78,126); }
td.TdClassName
{
border-color: #844E7E;
}
.TagClassName
{
border-color: #844E7E;
}
</style>