Shades of Cosmic #884B72
Tints of Cosmic #884B72
RGB
CMYK
RGB Variations
Color information
#884B72 (or 0x884B72) is known color: Cosmic. HEX triplet: 88, 4B and 72. RGB value is (136,75,114). Sum of RGB (Red+Green+Blue) = 136+75+114=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B72 is #77B48D. Grayscale: #616161. Windows color (decimal): -7845006 or 7490440. OLE color: 7490440.
HSL color Cylindrical-coordinate representation of color #884B72: hue angle of 321.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B72 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 114 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.47 |
| HSL | 321.64º | 0.29% | 0.41% | - |
| HSV(B) | 321.64º | 0.45% | 0.53% | - |
| XYZ | 15.71 | 11.48 | 17.31 | - |
| YUV | 97.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 114 | 0 | 0.45 | 0.16 | 0.47 | 321.64 | 0.29 | 0.41 |
| Hex | 88 | 4B | 72 | 0 | 2D | 10 | 2F | 142 | 1D | 29 |
| Octal | 210 | 113 | 162 | 0 | 55 | 20 | 57 | 502 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1110010 | 0 | 101101 | 10000 | 101111 | 101000010 | 11101 | 101001 |
Color Harmonies of #884B72
Complementary color
Monochromatic Colors of #884B72
Black with #884B72
Text Example
Text Example
White with #884B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B72; }
p { color: rgb(136,75,114); }
H1.HeaderClassName
{
color: #884B72;
}
.AnyTagClassName
{
color: #884B72;
}
</style>
background-color css
<style>
a { background-color: #884B72; }
a { background-color: rgb(136,75,114); }
div.DivClassName
{
background-color: #884B72;
}
.BgClassName
{
background-color: #884B72;
}
</style>
border-color css
<style>
span { border-color: #884B72; }
span { border-color: rgb(136,75,114); }
td.TdClassName
{
border-color: #884B72;
}
.TagClassName
{
border-color: #884B72;
}
</style>