Shades of Cosmic #844D6C
Tints of Cosmic #844D6C
RGB
CMYK
RGB Variations
Color information
#844D6C (or 0x844D6C) is known color: Cosmic. HEX triplet: 84, 4D and 6C. RGB value is (132,77,108). Sum of RGB (Red+Green+Blue) = 132+77+108=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #844D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D6C is #7BB293. Grayscale: #606060. Windows color (decimal): -8106644 or 7097732. OLE color: 7097732.
HSL color Cylindrical-coordinate representation of color #844D6C: hue angle of 326.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844D6C is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 108 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.48 |
| HSL | 326.18º | 0.26% | 0.41% | - |
| HSV(B) | 326.18º | 0.42% | 0.52% | - |
| XYZ | 14.88 | 11.3 | 15.58 | - |
| YUV | 96.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 108 | 0 | 0.42 | 0.18 | 0.48 | 326.18 | 0.26 | 0.41 |
| Hex | 84 | 4D | 6C | 0 | 2A | 12 | 30 | 146 | 1A | 29 |
| Octal | 204 | 115 | 154 | 0 | 52 | 22 | 60 | 506 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1101100 | 0 | 101010 | 10010 | 110000 | 101000110 | 11010 | 101001 |
Color Harmonies of #844D6C
Complementary color
Monochromatic Colors of #844D6C
Black with #844D6C
Text Example
Text Example
White with #844D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D6C; }
p { color: rgb(132,77,108); }
H1.HeaderClassName
{
color: #844D6C;
}
.AnyTagClassName
{
color: #844D6C;
}
</style>
background-color css
<style>
a { background-color: #844D6C; }
a { background-color: rgb(132,77,108); }
div.DivClassName
{
background-color: #844D6C;
}
.BgClassName
{
background-color: #844D6C;
}
</style>
border-color css
<style>
span { border-color: #844D6C; }
span { border-color: rgb(132,77,108); }
td.TdClassName
{
border-color: #844D6C;
}
.TagClassName
{
border-color: #844D6C;
}
</style>