Shades of Cosmic #884D72
Tints of Cosmic #884D72
RGB
CMYK
RGB Variations
Color information
#884D72 (or 0x884D72) is known color: Cosmic. HEX triplet: 88, 4D and 72. RGB value is (136,77,114). Sum of RGB (Red+Green+Blue) = 136+77+114=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #884D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D72 is #77B28D. Grayscale: #626262. Windows color (decimal): -7844494 or 7490952. OLE color: 7490952.
HSL color Cylindrical-coordinate representation of color #884D72: hue angle of 322.37º degrees, saturation: 0.28, 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 #884D72 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 114 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.47 |
| HSL | 322.37º | 0.28% | 0.42% | - |
| HSV(B) | 322.37º | 0.43% | 0.53% | - |
| XYZ | 15.84 | 11.76 | 17.35 | - |
| YUV | 98.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 114 | 0 | 0.43 | 0.16 | 0.47 | 322.37 | 0.28 | 0.42 |
| Hex | 88 | 4D | 72 | 0 | 2B | 10 | 2F | 142 | 1C | 2A |
| Octal | 210 | 115 | 162 | 0 | 53 | 20 | 57 | 502 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1110010 | 0 | 101011 | 10000 | 101111 | 101000010 | 11100 | 101010 |
Color Harmonies of #884D72
Complementary color
Monochromatic Colors of #884D72
Black with #884D72
Text Example
Text Example
White with #884D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D72; }
p { color: rgb(136,77,114); }
H1.HeaderClassName
{
color: #884D72;
}
.AnyTagClassName
{
color: #884D72;
}
</style>
background-color css
<style>
a { background-color: #884D72; }
a { background-color: rgb(136,77,114); }
div.DivClassName
{
background-color: #884D72;
}
.BgClassName
{
background-color: #884D72;
}
</style>
border-color css
<style>
span { border-color: #884D72; }
span { border-color: rgb(136,77,114); }
td.TdClassName
{
border-color: #884D72;
}
.TagClassName
{
border-color: #884D72;
}
</style>