Shades of Cosmic #884D6D
Tints of Cosmic #884D6D
RGB
CMYK
RGB Variations
Color information
#884D6D (or 0x884D6D) is known color: Cosmic. HEX triplet: 88, 4D and 6D. RGB value is (136,77,109). Sum of RGB (Red+Green+Blue) = 136+77+109=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #884D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D6D is #77B292. Grayscale: #626262. Windows color (decimal): -7844499 or 7163272. OLE color: 7163272.
HSL color Cylindrical-coordinate representation of color #884D6D: hue angle of 327.46º 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 #884D6D is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 109 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.47 |
| HSL | 327.46º | 0.28% | 0.42% | - |
| HSV(B) | 327.46º | 0.43% | 0.53% | - |
| XYZ | 15.57 | 11.65 | 15.9 | - |
| YUV | 98.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 109 | 0 | 0.43 | 0.20 | 0.47 | 327.46 | 0.28 | 0.42 |
| Hex | 88 | 4D | 6D | 0 | 2B | 14 | 2F | 147 | 1C | 2A |
| Octal | 210 | 115 | 155 | 0 | 53 | 24 | 57 | 507 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1101101 | 0 | 101011 | 10100 | 101111 | 101000111 | 11100 | 101010 |
Color Harmonies of #884D6D
Complementary color
Monochromatic Colors of #884D6D
Black with #884D6D
Text Example
Text Example
White with #884D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D6D; }
p { color: rgb(136,77,109); }
H1.HeaderClassName
{
color: #884D6D;
}
.AnyTagClassName
{
color: #884D6D;
}
</style>
background-color css
<style>
a { background-color: #884D6D; }
a { background-color: rgb(136,77,109); }
div.DivClassName
{
background-color: #884D6D;
}
.BgClassName
{
background-color: #884D6D;
}
</style>
border-color css
<style>
span { border-color: #884D6D; }
span { border-color: rgb(136,77,109); }
td.TdClassName
{
border-color: #884D6D;
}
.TagClassName
{
border-color: #884D6D;
}
</style>