Shades of Cosmic #844D6A
Tints of Cosmic #844D6A
RGB
CMYK
RGB Variations
Color information
#844D6A (or 0x844D6A) is known color: Cosmic. HEX triplet: 84, 4D and 6A. RGB value is (132,77,106). Sum of RGB (Red+Green+Blue) = 132+77+106=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D6A is #7BB295. Grayscale: #606060. Windows color (decimal): -8106646 or 6966660. OLE color: 6966660.
HSL color Cylindrical-coordinate representation of color #844D6A: hue angle of 328.36º 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 #844D6A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 106 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.48 |
| HSL | 328.36º | 0.26% | 0.41% | - |
| HSV(B) | 328.36º | 0.42% | 0.52% | - |
| XYZ | 14.77 | 11.25 | 15.03 | - |
| YUV | 96.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 106 | 0 | 0.42 | 0.20 | 0.48 | 328.36 | 0.26 | 0.41 |
| Hex | 84 | 4D | 6A | 0 | 2A | 14 | 30 | 148 | 1A | 29 |
| Octal | 204 | 115 | 152 | 0 | 52 | 24 | 60 | 510 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1101010 | 0 | 101010 | 10100 | 110000 | 101001000 | 11010 | 101001 |
Color Harmonies of #844D6A
Complementary color
Monochromatic Colors of #844D6A
Black with #844D6A
Text Example
Text Example
White with #844D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D6A; }
p { color: rgb(132,77,106); }
H1.HeaderClassName
{
color: #844D6A;
}
.AnyTagClassName
{
color: #844D6A;
}
</style>
background-color css
<style>
a { background-color: #844D6A; }
a { background-color: rgb(132,77,106); }
div.DivClassName
{
background-color: #844D6A;
}
.BgClassName
{
background-color: #844D6A;
}
</style>
border-color css
<style>
span { border-color: #844D6A; }
span { border-color: rgb(132,77,106); }
td.TdClassName
{
border-color: #844D6A;
}
.TagClassName
{
border-color: #844D6A;
}
</style>