Shades of Cosmic #73475A
Tints of Cosmic #73475A
RGB
CMYK
RGB Variations
Color information
#73475A (or 0x73475A) is known color: Cosmic. HEX triplet: 73, 47 and 5A. RGB value is (115,71,90). Sum of RGB (Red+Green+Blue) = 115+71+90=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73475A is #8CB8A5. Grayscale: #565656. Windows color (decimal): -9222310 or 5916531. OLE color: 5916531.
HSL color Cylindrical-coordinate representation of color #73475A: hue angle of 334.09º 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 #73475A is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 90 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.55 |
| HSL | 334.09º | 0.24% | 0.36% | - |
| HSV(B) | 334.09º | 0.38% | 0.45% | - |
| XYZ | 11.17 | 8.89 | 10.8 | - |
| YUV | 86.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 90 | 0 | 0.38 | 0.22 | 0.55 | 334.09 | 0.24 | 0.36 |
| Hex | 73 | 47 | 5A | 0 | 26 | 16 | 37 | 14E | 18 | 24 |
| Octal | 163 | 107 | 132 | 0 | 46 | 26 | 67 | 516 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1011010 | 0 | 100110 | 10110 | 110111 | 101001110 | 11000 | 100100 |
Color Harmonies of #73475A
Complementary color
Monochromatic Colors of #73475A
Black with #73475A
Text Example
Text Example
White with #73475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73475A; }
p { color: rgb(115,71,90); }
H1.HeaderClassName
{
color: #73475A;
}
.AnyTagClassName
{
color: #73475A;
}
</style>
background-color css
<style>
a { background-color: #73475A; }
a { background-color: rgb(115,71,90); }
div.DivClassName
{
background-color: #73475A;
}
.BgClassName
{
background-color: #73475A;
}
</style>
border-color css
<style>
span { border-color: #73475A; }
span { border-color: rgb(115,71,90); }
td.TdClassName
{
border-color: #73475A;
}
.TagClassName
{
border-color: #73475A;
}
</style>