Shades of Cosmic #73505D
Tints of Cosmic #73505D
RGB
CMYK
RGB Variations
Color information
#73505D (or 0x73505D) is known color: Cosmic. HEX triplet: 73, 50 and 5D. RGB value is (115,80,93). Sum of RGB (Red+Green+Blue) = 115+80+93=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #73505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73505D is #8CAFA2. Grayscale: #5B5B5B. Windows color (decimal): -9220003 or 6115443. OLE color: 6115443.
HSL color Cylindrical-coordinate representation of color #73505D: hue angle of 337.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73505D is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 93 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.55 |
| HSL | 337.71º | 0.18% | 0.38% | - |
| HSV(B) | 337.71º | 0.3% | 0.45% | - |
| XYZ | 11.91 | 10.17 | 11.69 | - |
| YUV | 91.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 93 | 0 | 0.30 | 0.19 | 0.55 | 337.71 | 0.18 | 0.38 |
| Hex | 73 | 50 | 5D | 0 | 1E | 13 | 37 | 152 | 12 | 26 |
| Octal | 163 | 120 | 135 | 0 | 36 | 23 | 67 | 522 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1011101 | 0 | 11110 | 10011 | 110111 | 101010010 | 10010 | 100110 |
Color Harmonies of #73505D
Complementary color
Monochromatic Colors of #73505D
Black with #73505D
Text Example
Text Example
White with #73505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73505D; }
p { color: rgb(115,80,93); }
H1.HeaderClassName
{
color: #73505D;
}
.AnyTagClassName
{
color: #73505D;
}
</style>
background-color css
<style>
a { background-color: #73505D; }
a { background-color: rgb(115,80,93); }
div.DivClassName
{
background-color: #73505D;
}
.BgClassName
{
background-color: #73505D;
}
</style>
border-color css
<style>
span { border-color: #73505D; }
span { border-color: rgb(115,80,93); }
td.TdClassName
{
border-color: #73505D;
}
.TagClassName
{
border-color: #73505D;
}
</style>