Shades of Solid Pink #884756
Tints of Solid Pink #884756
RGB
CMYK
RGB Variations
Color information
#884756 (or 0x884756) is known color: Solid Pink. HEX triplet: 88, 47 and 56. RGB value is (136,71,86). Sum of RGB (Red+Green+Blue) = 136+71+86=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #884756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884756 is #77B8A9. Grayscale: #5C5C5C. Windows color (decimal): -7846058 or 5654408. OLE color: 5654408.
HSL color Cylindrical-coordinate representation of color #884756: hue angle of 346.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884756 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 86 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.47 |
| HSL | 346.15º | 0.31% | 0.41% | - |
| HSV(B) | 346.15º | 0.48% | 0.53% | - |
| XYZ | 14.09 | 10.41 | 10.07 | - |
| YUV | 92.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 86 | 0 | 0.48 | 0.37 | 0.47 | 346.15 | 0.31 | 0.41 |
| Hex | 88 | 47 | 56 | 0 | 30 | 25 | 2F | 15A | 1F | 29 |
| Octal | 210 | 107 | 126 | 0 | 60 | 45 | 57 | 532 | 37 | 51 |
| Binary | 10001000 | 1000111 | 1010110 | 0 | 110000 | 100101 | 101111 | 101011010 | 11111 | 101001 |
Color Harmonies of #884756
Complementary color
Monochromatic Colors of #884756
Black with #884756
Text Example
Text Example
White with #884756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884756; }
p { color: rgb(136,71,86); }
H1.HeaderClassName
{
color: #884756;
}
.AnyTagClassName
{
color: #884756;
}
</style>
background-color css
<style>
a { background-color: #884756; }
a { background-color: rgb(136,71,86); }
div.DivClassName
{
background-color: #884756;
}
.BgClassName
{
background-color: #884756;
}
</style>
border-color css
<style>
span { border-color: #884756; }
span { border-color: rgb(136,71,86); }
td.TdClassName
{
border-color: #884756;
}
.TagClassName
{
border-color: #884756;
}
</style>