Shades of Cosmic #884C70
Tints of Cosmic #884C70
RGB
CMYK
RGB Variations
Color information
#884C70 (or 0x884C70) is known color: Cosmic. HEX triplet: 88, 4C and 70. RGB value is (136,76,112). Sum of RGB (Red+Green+Blue) = 136+76+112=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #884C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C70 is #77B38F. Grayscale: #616161. Windows color (decimal): -7844752 or 7359624. OLE color: 7359624.
HSL color Cylindrical-coordinate representation of color #884C70: hue angle of 324º 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 #884C70 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 112 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.47 |
| HSL | 324º | 0.28% | 0.42% | - |
| HSV(B) | 324º | 0.44% | 0.53% | - |
| XYZ | 15.66 | 11.57 | 16.74 | - |
| YUV | 98.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 112 | 0 | 0.44 | 0.18 | 0.47 | 324 | 0.28 | 0.42 |
| Hex | 88 | 4C | 70 | 0 | 2C | 12 | 2F | 144 | 1C | 2A |
| Octal | 210 | 114 | 160 | 0 | 54 | 22 | 57 | 504 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1110000 | 0 | 101100 | 10010 | 101111 | 101000100 | 11100 | 101010 |
Color Harmonies of #884C70
Complementary color
Monochromatic Colors of #884C70
Black with #884C70
Text Example
Text Example
White with #884C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C70; }
p { color: rgb(136,76,112); }
H1.HeaderClassName
{
color: #884C70;
}
.AnyTagClassName
{
color: #884C70;
}
</style>
background-color css
<style>
a { background-color: #884C70; }
a { background-color: rgb(136,76,112); }
div.DivClassName
{
background-color: #884C70;
}
.BgClassName
{
background-color: #884C70;
}
</style>
border-color css
<style>
span { border-color: #884C70; }
span { border-color: rgb(136,76,112); }
td.TdClassName
{
border-color: #884C70;
}
.TagClassName
{
border-color: #884C70;
}
</style>