Shades of Cosmic #884E75
Tints of Cosmic #884E75
RGB
CMYK
RGB Variations
Color information
#884E75 (or 0x884E75) is known color: Cosmic. HEX triplet: 88, 4E and 75. RGB value is (136,78,117). Sum of RGB (Red+Green+Blue) = 136+78+117=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #884E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E75 is #77B18A. Grayscale: #636363. Windows color (decimal): -7844235 or 7687816. OLE color: 7687816.
HSL color Cylindrical-coordinate representation of color #884E75: hue angle of 319.66º degrees, saturation: 0.27, 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 #884E75 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 117 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.47 |
| HSL | 319.66º | 0.27% | 0.42% | - |
| HSV(B) | 319.66º | 0.43% | 0.53% | - |
| XYZ | 16.09 | 11.97 | 18.29 | - |
| YUV | 99.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 117 | 0 | 0.43 | 0.14 | 0.47 | 319.66 | 0.27 | 0.42 |
| Hex | 88 | 4E | 75 | 0 | 2B | E | 2F | 140 | 1B | 2A |
| Octal | 210 | 116 | 165 | 0 | 53 | 16 | 57 | 500 | 33 | 52 |
| Binary | 10001000 | 1001110 | 1110101 | 0 | 101011 | 1110 | 101111 | 101000000 | 11011 | 101010 |
Color Harmonies of #884E75
Complementary color
Monochromatic Colors of #884E75
Black with #884E75
Text Example
Text Example
White with #884E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E75; }
p { color: rgb(136,78,117); }
H1.HeaderClassName
{
color: #884E75;
}
.AnyTagClassName
{
color: #884E75;
}
</style>
background-color css
<style>
a { background-color: #884E75; }
a { background-color: rgb(136,78,117); }
div.DivClassName
{
background-color: #884E75;
}
.BgClassName
{
background-color: #884E75;
}
</style>
border-color css
<style>
span { border-color: #884E75; }
span { border-color: rgb(136,78,117); }
td.TdClassName
{
border-color: #884E75;
}
.TagClassName
{
border-color: #884E75;
}
</style>