Shades of Cosmic #884E70
Tints of Cosmic #884E70
RGB
CMYK
RGB Variations
Color information
#884E70 (or 0x884E70) is known color: Cosmic. HEX triplet: 88, 4E and 70. RGB value is (136,78,112). Sum of RGB (Red+Green+Blue) = 136+78+112=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #884E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E70 is #77B18F. Grayscale: #636363. Windows color (decimal): -7844240 or 7360136. OLE color: 7360136.
HSL color Cylindrical-coordinate representation of color #884E70: hue angle of 324.83º 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 #884E70 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 112 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.47 |
| HSL | 324.83º | 0.27% | 0.42% | - |
| HSV(B) | 324.83º | 0.43% | 0.53% | - |
| XYZ | 15.8 | 11.85 | 16.78 | - |
| YUV | 99.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 112 | 0 | 0.43 | 0.18 | 0.47 | 324.83 | 0.27 | 0.42 |
| Hex | 88 | 4E | 70 | 0 | 2B | 12 | 2F | 145 | 1B | 2A |
| Octal | 210 | 116 | 160 | 0 | 53 | 22 | 57 | 505 | 33 | 52 |
| Binary | 10001000 | 1001110 | 1110000 | 0 | 101011 | 10010 | 101111 | 101000101 | 11011 | 101010 |
Color Harmonies of #884E70
Complementary color
Monochromatic Colors of #884E70
Black with #884E70
Text Example
Text Example
White with #884E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E70; }
p { color: rgb(136,78,112); }
H1.HeaderClassName
{
color: #884E70;
}
.AnyTagClassName
{
color: #884E70;
}
</style>
background-color css
<style>
a { background-color: #884E70; }
a { background-color: rgb(136,78,112); }
div.DivClassName
{
background-color: #884E70;
}
.BgClassName
{
background-color: #884E70;
}
</style>
border-color css
<style>
span { border-color: #884E70; }
span { border-color: rgb(136,78,112); }
td.TdClassName
{
border-color: #884E70;
}
.TagClassName
{
border-color: #884E70;
}
</style>