Shades of Solid Pink #884C4E
Tints of Solid Pink #884C4E
RGB
CMYK
RGB Variations
Color information
#884C4E (or 0x884C4E) is known color: Solid Pink. HEX triplet: 88, 4C and 4E. RGB value is (136,76,78). Sum of RGB (Red+Green+Blue) = 136+76+78=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C4E is #77B3B1. Grayscale: #5E5E5E. Windows color (decimal): -7844786 or 5131400. OLE color: 5131400.
HSL color Cylindrical-coordinate representation of color #884C4E: hue angle of 358º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C4E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 78 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.47 |
| HSL | 358º | 0.28% | 0.42% | - |
| HSV(B) | 358º | 0.44% | 0.53% | - |
| XYZ | 14.11 | 10.95 | 8.58 | - |
| YUV | 94.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 78 | 0 | 0.44 | 0.43 | 0.47 | 358 | 0.28 | 0.42 |
| Hex | 88 | 4C | 4E | 0 | 2C | 2B | 2F | 166 | 1C | 2A |
| Octal | 210 | 114 | 116 | 0 | 54 | 53 | 57 | 546 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1001110 | 0 | 101100 | 101011 | 101111 | 101100110 | 11100 | 101010 |
Color Harmonies of #884C4E
Complementary color
Monochromatic Colors of #884C4E
Black with #884C4E
Text Example
Text Example
White with #884C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C4E; }
p { color: rgb(136,76,78); }
H1.HeaderClassName
{
color: #884C4E;
}
.AnyTagClassName
{
color: #884C4E;
}
</style>
background-color css
<style>
a { background-color: #884C4E; }
a { background-color: rgb(136,76,78); }
div.DivClassName
{
background-color: #884C4E;
}
.BgClassName
{
background-color: #884C4E;
}
</style>
border-color css
<style>
span { border-color: #884C4E; }
span { border-color: rgb(136,76,78); }
td.TdClassName
{
border-color: #884C4E;
}
.TagClassName
{
border-color: #884C4E;
}
</style>