Shades of Cosmic #73475E
Tints of Cosmic #73475E
RGB
CMYK
RGB Variations
Color information
#73475E (or 0x73475E) is known color: Cosmic. HEX triplet: 73, 47 and 5E. RGB value is (115,71,94). Sum of RGB (Red+Green+Blue) = 115+71+94=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73475E is #8CB8A1. Grayscale: #565656. Windows color (decimal): -9222306 or 6178675. OLE color: 6178675.
HSL color Cylindrical-coordinate representation of color #73475E: hue angle of 328.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73475E is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 94 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.55 |
| HSL | 328.64º | 0.24% | 0.36% | - |
| HSV(B) | 328.64º | 0.38% | 0.45% | - |
| XYZ | 11.34 | 8.96 | 11.72 | - |
| YUV | 86.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 94 | 0 | 0.38 | 0.18 | 0.55 | 328.64 | 0.24 | 0.36 |
| Hex | 73 | 47 | 5E | 0 | 26 | 12 | 37 | 149 | 18 | 24 |
| Octal | 163 | 107 | 136 | 0 | 46 | 22 | 67 | 511 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1011110 | 0 | 100110 | 10010 | 110111 | 101001001 | 11000 | 100100 |
Color Harmonies of #73475E
Complementary color
Monochromatic Colors of #73475E
Black with #73475E
Text Example
Text Example
White with #73475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73475E; }
p { color: rgb(115,71,94); }
H1.HeaderClassName
{
color: #73475E;
}
.AnyTagClassName
{
color: #73475E;
}
</style>
background-color css
<style>
a { background-color: #73475E; }
a { background-color: rgb(115,71,94); }
div.DivClassName
{
background-color: #73475E;
}
.BgClassName
{
background-color: #73475E;
}
</style>
border-color css
<style>
span { border-color: #73475E; }
span { border-color: rgb(115,71,94); }
td.TdClassName
{
border-color: #73475E;
}
.TagClassName
{
border-color: #73475E;
}
</style>