Shades of Cosmic #844D73
Tints of Cosmic #844D73
RGB
CMYK
RGB Variations
Color information
#844D73 (or 0x844D73) is known color: Cosmic. HEX triplet: 84, 4D and 73. RGB value is (132,77,115). Sum of RGB (Red+Green+Blue) = 132+77+115=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #844D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D73 is #7BB28C. Grayscale: #616161. Windows color (decimal): -8106637 or 7556484. OLE color: 7556484.
HSL color Cylindrical-coordinate representation of color #844D73: hue angle of 318.55º 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 #844D73 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 115 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.48 |
| HSL | 318.55º | 0.26% | 0.41% | - |
| HSV(B) | 318.55º | 0.42% | 0.52% | - |
| XYZ | 15.26 | 11.45 | 17.63 | - |
| YUV | 97.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 115 | 0 | 0.42 | 0.13 | 0.48 | 318.55 | 0.26 | 0.41 |
| Hex | 84 | 4D | 73 | 0 | 2A | D | 30 | 13F | 1A | 29 |
| Octal | 204 | 115 | 163 | 0 | 52 | 15 | 60 | 477 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1110011 | 0 | 101010 | 1101 | 110000 | 100111111 | 11010 | 101001 |
Color Harmonies of #844D73
Complementary color
Monochromatic Colors of #844D73
Black with #844D73
Text Example
Text Example
White with #844D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D73; }
p { color: rgb(132,77,115); }
H1.HeaderClassName
{
color: #844D73;
}
.AnyTagClassName
{
color: #844D73;
}
</style>
background-color css
<style>
a { background-color: #844D73; }
a { background-color: rgb(132,77,115); }
div.DivClassName
{
background-color: #844D73;
}
.BgClassName
{
background-color: #844D73;
}
</style>
border-color css
<style>
span { border-color: #844D73; }
span { border-color: rgb(132,77,115); }
td.TdClassName
{
border-color: #844D73;
}
.TagClassName
{
border-color: #844D73;
}
</style>