Shades of Trendy Pink #844C76
Tints of Trendy Pink #844C76
RGB
CMYK
RGB Variations
Color information
#844C76 (or 0x844C76) is known color: Trendy Pink. HEX triplet: 84, 4C and 76. RGB value is (132,76,118). Sum of RGB (Red+Green+Blue) = 132+76+118=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C76 is #7BB389. Grayscale: #616161. Windows color (decimal): -8106890 or 7752836. OLE color: 7752836.
HSL color Cylindrical-coordinate representation of color #844C76: hue angle of 315º degrees, saturation: 0.27, 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 #844C76 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 118 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.48 |
| HSL | 315º | 0.27% | 0.41% | - |
| HSV(B) | 315º | 0.42% | 0.52% | - |
| XYZ | 15.37 | 11.38 | 18.53 | - |
| YUV | 97.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 118 | 0 | 0.42 | 0.11 | 0.48 | 315 | 0.27 | 0.41 |
| Hex | 84 | 4C | 76 | 0 | 2A | B | 30 | 13B | 1B | 29 |
| Octal | 204 | 114 | 166 | 0 | 52 | 13 | 60 | 473 | 33 | 51 |
| Binary | 10000100 | 1001100 | 1110110 | 0 | 101010 | 1011 | 110000 | 100111011 | 11011 | 101001 |
Color Harmonies of #844C76
Complementary color
Monochromatic Colors of #844C76
Black with #844C76
Text Example
Text Example
White with #844C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C76; }
p { color: rgb(132,76,118); }
H1.HeaderClassName
{
color: #844C76;
}
.AnyTagClassName
{
color: #844C76;
}
</style>
background-color css
<style>
a { background-color: #844C76; }
a { background-color: rgb(132,76,118); }
div.DivClassName
{
background-color: #844C76;
}
.BgClassName
{
background-color: #844C76;
}
</style>
border-color css
<style>
span { border-color: #844C76; }
span { border-color: rgb(132,76,118); }
td.TdClassName
{
border-color: #844C76;
}
.TagClassName
{
border-color: #844C76;
}
</style>