Shades of Trendy Pink #844D76
Tints of Trendy Pink #844D76
RGB
CMYK
RGB Variations
Color information
#844D76 (or 0x844D76) is known color: Trendy Pink. HEX triplet: 84, 4D and 76. RGB value is (132,77,118). Sum of RGB (Red+Green+Blue) = 132+77+118=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #844D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D76 is #7BB289. Grayscale: #626262. Windows color (decimal): -8106634 or 7753092. OLE color: 7753092.
HSL color Cylindrical-coordinate representation of color #844D76: hue angle of 315.27º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844D76 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 118 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.48 |
| HSL | 315.27º | 0.26% | 0.41% | - |
| HSV(B) | 315.27º | 0.42% | 0.52% | - |
| XYZ | 15.44 | 11.52 | 18.55 | - |
| YUV | 98.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 118 | 0 | 0.42 | 0.11 | 0.48 | 315.27 | 0.26 | 0.41 |
| Hex | 84 | 4D | 76 | 0 | 2A | B | 30 | 13B | 1A | 29 |
| Octal | 204 | 115 | 166 | 0 | 52 | 13 | 60 | 473 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1110110 | 0 | 101010 | 1011 | 110000 | 100111011 | 11010 | 101001 |
Color Harmonies of #844D76
Complementary color
Monochromatic Colors of #844D76
Black with #844D76
Text Example
Text Example
White with #844D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D76; }
p { color: rgb(132,77,118); }
H1.HeaderClassName
{
color: #844D76;
}
.AnyTagClassName
{
color: #844D76;
}
</style>
background-color css
<style>
a { background-color: #844D76; }
a { background-color: rgb(132,77,118); }
div.DivClassName
{
background-color: #844D76;
}
.BgClassName
{
background-color: #844D76;
}
</style>
border-color css
<style>
span { border-color: #844D76; }
span { border-color: rgb(132,77,118); }
td.TdClassName
{
border-color: #844D76;
}
.TagClassName
{
border-color: #844D76;
}
</style>