Shades of Trendy Pink #844F7E
Tints of Trendy Pink #844F7E
RGB
CMYK
RGB Variations
Color information
#844F7E (or 0x844F7E) is known color: Trendy Pink. HEX triplet: 84, 4F and 7E. RGB value is (132,79,126). Sum of RGB (Red+Green+Blue) = 132+79+126=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #844F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F7E is #7BB081. Grayscale: #646464. Windows color (decimal): -8106114 or 8277892. OLE color: 8277892.
HSL color Cylindrical-coordinate representation of color #844F7E: hue angle of 306.79º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F7E is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 126 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.48 |
| HSL | 306.79º | 0.25% | 0.41% | - |
| HSV(B) | 306.79º | 0.4% | 0.52% | - |
| XYZ | 16.08 | 12 | 21.21 | - |
| YUV | 100.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 126 | 0 | 0.40 | 0.05 | 0.48 | 306.79 | 0.25 | 0.41 |
| Hex | 84 | 4F | 7E | 0 | 28 | 5 | 30 | 133 | 19 | 29 |
| Octal | 204 | 117 | 176 | 0 | 50 | 5 | 60 | 463 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1111110 | 0 | 101000 | 101 | 110000 | 100110011 | 11001 | 101001 |
Color Harmonies of #844F7E
Complementary color
Monochromatic Colors of #844F7E
Black with #844F7E
Text Example
Text Example
White with #844F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F7E; }
p { color: rgb(132,79,126); }
H1.HeaderClassName
{
color: #844F7E;
}
.AnyTagClassName
{
color: #844F7E;
}
</style>
background-color css
<style>
a { background-color: #844F7E; }
a { background-color: rgb(132,79,126); }
div.DivClassName
{
background-color: #844F7E;
}
.BgClassName
{
background-color: #844F7E;
}
</style>
border-color css
<style>
span { border-color: #844F7E; }
span { border-color: rgb(132,79,126); }
td.TdClassName
{
border-color: #844F7E;
}
.TagClassName
{
border-color: #844F7E;
}
</style>