Shades of Cosmic #884F6E
Tints of Cosmic #884F6E
RGB
CMYK
RGB Variations
Color information
#884F6E (or 0x884F6E) is known color: Cosmic. HEX triplet: 88, 4F and 6E. RGB value is (136,79,110). Sum of RGB (Red+Green+Blue) = 136+79+110=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F6E is #77B091. Grayscale: #636363. Windows color (decimal): -7843986 or 7229320. OLE color: 7229320.
HSL color Cylindrical-coordinate representation of color #884F6E: hue angle of 327.37º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F6E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 110 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.47 |
| HSL | 327.37º | 0.27% | 0.42% | - |
| HSV(B) | 327.37º | 0.42% | 0.53% | - |
| XYZ | 15.76 | 11.95 | 16.23 | - |
| YUV | 99.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 110 | 0 | 0.42 | 0.19 | 0.47 | 327.37 | 0.27 | 0.42 |
| Hex | 88 | 4F | 6E | 0 | 2A | 13 | 2F | 147 | 1B | 2A |
| Octal | 210 | 117 | 156 | 0 | 52 | 23 | 57 | 507 | 33 | 52 |
| Binary | 10001000 | 1001111 | 1101110 | 0 | 101010 | 10011 | 101111 | 101000111 | 11011 | 101010 |
Color Harmonies of #884F6E
Complementary color
Monochromatic Colors of #884F6E
Black with #884F6E
Text Example
Text Example
White with #884F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F6E; }
p { color: rgb(136,79,110); }
H1.HeaderClassName
{
color: #884F6E;
}
.AnyTagClassName
{
color: #884F6E;
}
</style>
background-color css
<style>
a { background-color: #884F6E; }
a { background-color: rgb(136,79,110); }
div.DivClassName
{
background-color: #884F6E;
}
.BgClassName
{
background-color: #884F6E;
}
</style>
border-color css
<style>
span { border-color: #884F6E; }
span { border-color: rgb(136,79,110); }
td.TdClassName
{
border-color: #884F6E;
}
.TagClassName
{
border-color: #884F6E;
}
</style>