Shades of Trendy Pink #884E7B
Tints of Trendy Pink #884E7B
RGB
CMYK
RGB Variations
Color information
#884E7B (or 0x884E7B) is known color: Trendy Pink. HEX triplet: 88, 4E and 7B. RGB value is (136,78,123). Sum of RGB (Red+Green+Blue) = 136+78+123=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #884E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E7B is #77B184. Grayscale: #646464. Windows color (decimal): -7844229 or 8081032. OLE color: 8081032.
HSL color Cylindrical-coordinate representation of color #884E7B: hue angle of 313.45º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884E7B is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 123 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.47 |
| HSL | 313.45º | 0.27% | 0.42% | - |
| HSV(B) | 313.45º | 0.43% | 0.53% | - |
| XYZ | 16.45 | 12.11 | 20.21 | - |
| YUV | 100.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 123 | 0 | 0.43 | 0.10 | 0.47 | 313.45 | 0.27 | 0.42 |
| Hex | 88 | 4E | 7B | 0 | 2B | A | 2F | 139 | 1B | 2A |
| Octal | 210 | 116 | 173 | 0 | 53 | 12 | 57 | 471 | 33 | 52 |
| Binary | 10001000 | 1001110 | 1111011 | 0 | 101011 | 1010 | 101111 | 100111001 | 11011 | 101010 |
Color Harmonies of #884E7B
Complementary color
Monochromatic Colors of #884E7B
Black with #884E7B
Text Example
Text Example
White with #884E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E7B; }
p { color: rgb(136,78,123); }
H1.HeaderClassName
{
color: #884E7B;
}
.AnyTagClassName
{
color: #884E7B;
}
</style>
background-color css
<style>
a { background-color: #884E7B; }
a { background-color: rgb(136,78,123); }
div.DivClassName
{
background-color: #884E7B;
}
.BgClassName
{
background-color: #884E7B;
}
</style>
border-color css
<style>
span { border-color: #884E7B; }
span { border-color: rgb(136,78,123); }
td.TdClassName
{
border-color: #884E7B;
}
.TagClassName
{
border-color: #884E7B;
}
</style>