Shades of Trendy Pink #884976
Tints of Trendy Pink #884976
RGB
CMYK
RGB Variations
Color information
#884976 (or 0x884976) is known color: Trendy Pink. HEX triplet: 88, 49 and 76. RGB value is (136,73,118). Sum of RGB (Red+Green+Blue) = 136+73+118=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #884976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884976 is #77B689. Grayscale: #606060. Windows color (decimal): -7845514 or 7752072. OLE color: 7752072.
HSL color Cylindrical-coordinate representation of color #884976: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884976 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 118 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.47 |
| HSL | 317.14º | 0.3% | 0.41% | - |
| HSV(B) | 317.14º | 0.46% | 0.53% | - |
| XYZ | 15.81 | 11.31 | 18.49 | - |
| YUV | 96.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 118 | 0 | 0.46 | 0.13 | 0.47 | 317.14 | 0.3 | 0.41 |
| Hex | 88 | 49 | 76 | 0 | 2E | D | 2F | 13D | 1E | 29 |
| Octal | 210 | 111 | 166 | 0 | 56 | 15 | 57 | 475 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1110110 | 0 | 101110 | 1101 | 101111 | 100111101 | 11110 | 101001 |
Color Harmonies of #884976
Complementary color
Monochromatic Colors of #884976
Black with #884976
Text Example
Text Example
White with #884976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884976; }
p { color: rgb(136,73,118); }
H1.HeaderClassName
{
color: #884976;
}
.AnyTagClassName
{
color: #884976;
}
</style>
background-color css
<style>
a { background-color: #884976; }
a { background-color: rgb(136,73,118); }
div.DivClassName
{
background-color: #884976;
}
.BgClassName
{
background-color: #884976;
}
</style>
border-color css
<style>
span { border-color: #884976; }
span { border-color: rgb(136,73,118); }
td.TdClassName
{
border-color: #884976;
}
.TagClassName
{
border-color: #884976;
}
</style>