Shades of Cosmic #884766
Tints of Cosmic #884766
RGB
CMYK
RGB Variations
Color information
#884766 (or 0x884766) is known color: Cosmic. HEX triplet: 88, 47 and 66. RGB value is (136,71,102). Sum of RGB (Red+Green+Blue) = 136+71+102=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #884766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884766 is #77B899. Grayscale: #5D5D5D. Windows color (decimal): -7846042 or 6702984. OLE color: 6702984.
HSL color Cylindrical-coordinate representation of color #884766: hue angle of 331.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884766 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 102 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.47 |
| HSL | 331.38º | 0.31% | 0.41% | - |
| HSV(B) | 331.38º | 0.48% | 0.53% | - |
| XYZ | 14.8 | 10.7 | 13.86 | - |
| YUV | 93.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 102 | 0 | 0.48 | 0.25 | 0.47 | 331.38 | 0.31 | 0.41 |
| Hex | 88 | 47 | 66 | 0 | 30 | 19 | 2F | 14B | 1F | 29 |
| Octal | 210 | 107 | 146 | 0 | 60 | 31 | 57 | 513 | 37 | 51 |
| Binary | 10001000 | 1000111 | 1100110 | 0 | 110000 | 11001 | 101111 | 101001011 | 11111 | 101001 |
Color Harmonies of #884766
Complementary color
Monochromatic Colors of #884766
Black with #884766
Text Example
Text Example
White with #884766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884766; }
p { color: rgb(136,71,102); }
H1.HeaderClassName
{
color: #884766;
}
.AnyTagClassName
{
color: #884766;
}
</style>
background-color css
<style>
a { background-color: #884766; }
a { background-color: rgb(136,71,102); }
div.DivClassName
{
background-color: #884766;
}
.BgClassName
{
background-color: #884766;
}
</style>
border-color css
<style>
span { border-color: #884766; }
span { border-color: rgb(136,71,102); }
td.TdClassName
{
border-color: #884766;
}
.TagClassName
{
border-color: #884766;
}
</style>