Shades of Cosmic #84476C
Tints of Cosmic #84476C
RGB
CMYK
RGB Variations
Color information
#84476C (or 0x84476C) is known color: Cosmic. HEX triplet: 84, 47 and 6C. RGB value is (132,71,108). Sum of RGB (Red+Green+Blue) = 132+71+108=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84476C is #7BB893. Grayscale: #5D5D5D. Windows color (decimal): -8108180 or 7096196. OLE color: 7096196.
HSL color Cylindrical-coordinate representation of color #84476C: hue angle of 323.61º 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 #84476C is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 108 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.48 |
| HSL | 323.61º | 0.3% | 0.4% | - |
| HSV(B) | 323.61º | 0.46% | 0.52% | - |
| XYZ | 14.48 | 10.49 | 15.45 | - |
| YUV | 93.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 108 | 0 | 0.46 | 0.18 | 0.48 | 323.61 | 0.3 | 0.4 |
| Hex | 84 | 47 | 6C | 0 | 2E | 12 | 30 | 144 | 1E | 28 |
| Octal | 204 | 107 | 154 | 0 | 56 | 22 | 60 | 504 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1101100 | 0 | 101110 | 10010 | 110000 | 101000100 | 11110 | 101000 |
Color Harmonies of #84476C
Complementary color
Monochromatic Colors of #84476C
Black with #84476C
Text Example
Text Example
White with #84476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84476C; }
p { color: rgb(132,71,108); }
H1.HeaderClassName
{
color: #84476C;
}
.AnyTagClassName
{
color: #84476C;
}
</style>
background-color css
<style>
a { background-color: #84476C; }
a { background-color: rgb(132,71,108); }
div.DivClassName
{
background-color: #84476C;
}
.BgClassName
{
background-color: #84476C;
}
</style>
border-color css
<style>
span { border-color: #84476C; }
span { border-color: rgb(132,71,108); }
td.TdClassName
{
border-color: #84476C;
}
.TagClassName
{
border-color: #84476C;
}
</style>