Shades of Cosmic #84476E
Tints of Cosmic #84476E
RGB
CMYK
RGB Variations
Color information
#84476E (or 0x84476E) is known color: Cosmic. HEX triplet: 84, 47 and 6E. RGB value is (132,71,110). Sum of RGB (Red+Green+Blue) = 132+71+110=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84476E is #7BB891. Grayscale: #5D5D5D. Windows color (decimal): -8108178 or 7227268. OLE color: 7227268.
HSL color Cylindrical-coordinate representation of color #84476E: hue angle of 321.64º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84476E is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 110 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.48 |
| HSL | 321.64º | 0.3% | 0.4% | - |
| HSV(B) | 321.64º | 0.46% | 0.52% | - |
| XYZ | 14.58 | 10.54 | 16.02 | - |
| YUV | 93.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 110 | 0 | 0.46 | 0.17 | 0.48 | 321.64 | 0.3 | 0.4 |
| Hex | 84 | 47 | 6E | 0 | 2E | 11 | 30 | 142 | 1E | 28 |
| Octal | 204 | 107 | 156 | 0 | 56 | 21 | 60 | 502 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1101110 | 0 | 101110 | 10001 | 110000 | 101000010 | 11110 | 101000 |
Color Harmonies of #84476E
Complementary color
Monochromatic Colors of #84476E
Black with #84476E
Text Example
Text Example
White with #84476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84476E; }
p { color: rgb(132,71,110); }
H1.HeaderClassName
{
color: #84476E;
}
.AnyTagClassName
{
color: #84476E;
}
</style>
background-color css
<style>
a { background-color: #84476E; }
a { background-color: rgb(132,71,110); }
div.DivClassName
{
background-color: #84476E;
}
.BgClassName
{
background-color: #84476E;
}
</style>
border-color css
<style>
span { border-color: #84476E; }
span { border-color: rgb(132,71,110); }
td.TdClassName
{
border-color: #84476E;
}
.TagClassName
{
border-color: #84476E;
}
</style>