Shades of Cosmic #84556D
Tints of Cosmic #84556D
RGB
CMYK
RGB Variations
Color information
#84556D (or 0x84556D) is known color: Cosmic. HEX triplet: 84, 55 and 6D. RGB value is (132,85,109). Sum of RGB (Red+Green+Blue) = 132+85+109=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84556D is #7BAA92. Grayscale: #656565. Windows color (decimal): -8104595 or 7165316. OLE color: 7165316.
HSL color Cylindrical-coordinate representation of color #84556D: hue angle of 329.36º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84556D is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 109 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.48 |
| HSL | 329.36º | 0.22% | 0.43% | - |
| HSV(B) | 329.36º | 0.36% | 0.52% | - |
| XYZ | 15.52 | 12.51 | 16.06 | - |
| YUV | 101.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 109 | 0 | 0.36 | 0.17 | 0.48 | 329.36 | 0.22 | 0.43 |
| Hex | 84 | 55 | 6D | 0 | 24 | 11 | 30 | 149 | 16 | 2B |
| Octal | 204 | 125 | 155 | 0 | 44 | 21 | 60 | 511 | 26 | 53 |
| Binary | 10000100 | 1010101 | 1101101 | 0 | 100100 | 10001 | 110000 | 101001001 | 10110 | 101011 |
Color Harmonies of #84556D
Complementary color
Monochromatic Colors of #84556D
Black with #84556D
Text Example
Text Example
White with #84556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84556D; }
p { color: rgb(132,85,109); }
H1.HeaderClassName
{
color: #84556D;
}
.AnyTagClassName
{
color: #84556D;
}
</style>
background-color css
<style>
a { background-color: #84556D; }
a { background-color: rgb(132,85,109); }
div.DivClassName
{
background-color: #84556D;
}
.BgClassName
{
background-color: #84556D;
}
</style>
border-color css
<style>
span { border-color: #84556D; }
span { border-color: rgb(132,85,109); }
td.TdClassName
{
border-color: #84556D;
}
.TagClassName
{
border-color: #84556D;
}
</style>