Shades of Cosmic #884D6E
Tints of Cosmic #884D6E
RGB
CMYK
RGB Variations
Color information
#884D6E (or 0x884D6E) is known color: Cosmic. HEX triplet: 88, 4D and 6E. RGB value is (136,77,110). Sum of RGB (Red+Green+Blue) = 136+77+110=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #884D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D6E is #77B291. Grayscale: #626262. Windows color (decimal): -7844498 or 7228808. OLE color: 7228808.
HSL color Cylindrical-coordinate representation of color #884D6E: hue angle of 326.44º 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 #884D6E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 110 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.47 |
| HSL | 326.44º | 0.28% | 0.42% | - |
| HSV(B) | 326.44º | 0.43% | 0.53% | - |
| XYZ | 15.62 | 11.67 | 16.18 | - |
| YUV | 98.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 110 | 0 | 0.43 | 0.19 | 0.47 | 326.44 | 0.28 | 0.42 |
| Hex | 88 | 4D | 6E | 0 | 2B | 13 | 2F | 146 | 1C | 2A |
| Octal | 210 | 115 | 156 | 0 | 53 | 23 | 57 | 506 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1101110 | 0 | 101011 | 10011 | 101111 | 101000110 | 11100 | 101010 |
Color Harmonies of #884D6E
Complementary color
Monochromatic Colors of #884D6E
Black with #884D6E
Text Example
Text Example
White with #884D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D6E; }
p { color: rgb(136,77,110); }
H1.HeaderClassName
{
color: #884D6E;
}
.AnyTagClassName
{
color: #884D6E;
}
</style>
background-color css
<style>
a { background-color: #884D6E; }
a { background-color: rgb(136,77,110); }
div.DivClassName
{
background-color: #884D6E;
}
.BgClassName
{
background-color: #884D6E;
}
</style>
border-color css
<style>
span { border-color: #884D6E; }
span { border-color: rgb(136,77,110); }
td.TdClassName
{
border-color: #884D6E;
}
.TagClassName
{
border-color: #884D6E;
}
</style>