Shades of Cosmic #73525D
Tints of Cosmic #73525D
RGB
CMYK
RGB Variations
Color information
#73525D (or 0x73525D) is known color: Cosmic. HEX triplet: 73, 52 and 5D. RGB value is (115,82,93). Sum of RGB (Red+Green+Blue) = 115+82+93=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73525D is #8CADA2. Grayscale: #5D5D5D. Windows color (decimal): -9219491 or 6115955. OLE color: 6115955.
HSL color Cylindrical-coordinate representation of color #73525D: hue angle of 340º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73525D is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 93 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.55 |
| HSL | 340º | 0.17% | 0.39% | - |
| HSV(B) | 340º | 0.29% | 0.45% | - |
| XYZ | 12.06 | 10.47 | 11.74 | - |
| YUV | 93.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 93 | 0 | 0.29 | 0.19 | 0.55 | 340 | 0.17 | 0.39 |
| Hex | 73 | 52 | 5D | 0 | 1D | 13 | 37 | 154 | 11 | 27 |
| Octal | 163 | 122 | 135 | 0 | 35 | 23 | 67 | 524 | 21 | 47 |
| Binary | 1110011 | 1010010 | 1011101 | 0 | 11101 | 10011 | 110111 | 101010100 | 10001 | 100111 |
Color Harmonies of #73525D
Complementary color
Monochromatic Colors of #73525D
Black with #73525D
Text Example
Text Example
White with #73525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73525D; }
p { color: rgb(115,82,93); }
H1.HeaderClassName
{
color: #73525D;
}
.AnyTagClassName
{
color: #73525D;
}
</style>
background-color css
<style>
a { background-color: #73525D; }
a { background-color: rgb(115,82,93); }
div.DivClassName
{
background-color: #73525D;
}
.BgClassName
{
background-color: #73525D;
}
</style>
border-color css
<style>
span { border-color: #73525D; }
span { border-color: rgb(115,82,93); }
td.TdClassName
{
border-color: #73525D;
}
.TagClassName
{
border-color: #73525D;
}
</style>