Shades of Cosmic #844E6C
Tints of Cosmic #844E6C
RGB
CMYK
RGB Variations
Color information
#844E6C (or 0x844E6C) is known color: Cosmic. HEX triplet: 84, 4E and 6C. RGB value is (132,78,108). Sum of RGB (Red+Green+Blue) = 132+78+108=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #844E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E6C is #7BB193. Grayscale: #616161. Windows color (decimal): -8106388 or 7097988. OLE color: 7097988.
HSL color Cylindrical-coordinate representation of color #844E6C: hue angle of 326.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E6C is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 108 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.48 |
| HSL | 326.67º | 0.26% | 0.41% | - |
| HSV(B) | 326.67º | 0.41% | 0.52% | - |
| XYZ | 14.95 | 11.44 | 15.61 | - |
| YUV | 97.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 108 | 0 | 0.41 | 0.18 | 0.48 | 326.67 | 0.26 | 0.41 |
| Hex | 84 | 4E | 6C | 0 | 29 | 12 | 30 | 147 | 1A | 29 |
| Octal | 204 | 116 | 154 | 0 | 51 | 22 | 60 | 507 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1101100 | 0 | 101001 | 10010 | 110000 | 101000111 | 11010 | 101001 |
Color Harmonies of #844E6C
Complementary color
Monochromatic Colors of #844E6C
Black with #844E6C
Text Example
Text Example
White with #844E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E6C; }
p { color: rgb(132,78,108); }
H1.HeaderClassName
{
color: #844E6C;
}
.AnyTagClassName
{
color: #844E6C;
}
</style>
background-color css
<style>
a { background-color: #844E6C; }
a { background-color: rgb(132,78,108); }
div.DivClassName
{
background-color: #844E6C;
}
.BgClassName
{
background-color: #844E6C;
}
</style>
border-color css
<style>
span { border-color: #844E6C; }
span { border-color: rgb(132,78,108); }
td.TdClassName
{
border-color: #844E6C;
}
.TagClassName
{
border-color: #844E6C;
}
</style>