Shades of Trendy Pink #884A76
Tints of Trendy Pink #884A76
RGB
CMYK
RGB Variations
Color information
#884A76 (or 0x884A76) is known color: Trendy Pink. HEX triplet: 88, 4A and 76. RGB value is (136,74,118). Sum of RGB (Red+Green+Blue) = 136+74+118=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #884A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A76 is #77B589. Grayscale: #616161. Windows color (decimal): -7845258 or 7752328. OLE color: 7752328.
HSL color Cylindrical-coordinate representation of color #884A76: hue angle of 317.42º 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 #884A76 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 118 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.47 |
| HSL | 317.42º | 0.3% | 0.41% | - |
| HSV(B) | 317.42º | 0.46% | 0.53% | - |
| XYZ | 15.87 | 11.44 | 18.51 | - |
| YUV | 97.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 118 | 0 | 0.46 | 0.13 | 0.47 | 317.42 | 0.3 | 0.41 |
| Hex | 88 | 4A | 76 | 0 | 2E | D | 2F | 13D | 1E | 29 |
| Octal | 210 | 112 | 166 | 0 | 56 | 15 | 57 | 475 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1110110 | 0 | 101110 | 1101 | 101111 | 100111101 | 11110 | 101001 |
Color Harmonies of #884A76
Complementary color
Monochromatic Colors of #884A76
Black with #884A76
Text Example
Text Example
White with #884A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A76; }
p { color: rgb(136,74,118); }
H1.HeaderClassName
{
color: #884A76;
}
.AnyTagClassName
{
color: #884A76;
}
</style>
background-color css
<style>
a { background-color: #884A76; }
a { background-color: rgb(136,74,118); }
div.DivClassName
{
background-color: #884A76;
}
.BgClassName
{
background-color: #884A76;
}
</style>
border-color css
<style>
span { border-color: #884A76; }
span { border-color: rgb(136,74,118); }
td.TdClassName
{
border-color: #884A76;
}
.TagClassName
{
border-color: #884A76;
}
</style>