Shades of Cosmic #73575F
Tints of Cosmic #73575F
RGB
CMYK
RGB Variations
Color information
#73575F (or 0x73575F) is known color: Cosmic. HEX triplet: 73, 57 and 5F. RGB value is (115,87,95). Sum of RGB (Red+Green+Blue) = 115+87+95=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575F is #8CA8A0. Grayscale: #606060. Windows color (decimal): -9218209 or 6248307. OLE color: 6248307.
HSL color Cylindrical-coordinate representation of color #73575F: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73575F is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 95 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.55 |
| HSL | 342.86º | 0.14% | 0.4% | - |
| HSV(B) | 342.86º | 0.24% | 0.45% | - |
| XYZ | 12.54 | 11.29 | 12.34 | - |
| YUV | 96.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 95 | 0 | 0.24 | 0.17 | 0.55 | 342.86 | 0.14 | 0.4 |
| Hex | 73 | 57 | 5F | 0 | 18 | 11 | 37 | 157 | E | 28 |
| Octal | 163 | 127 | 137 | 0 | 30 | 21 | 67 | 527 | 16 | 50 |
| Binary | 1110011 | 1010111 | 1011111 | 0 | 11000 | 10001 | 110111 | 101010111 | 1110 | 101000 |
Color Harmonies of #73575F
Complementary color
Monochromatic Colors of #73575F
Black with #73575F
Text Example
Text Example
White with #73575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73575F; }
p { color: rgb(115,87,95); }
H1.HeaderClassName
{
color: #73575F;
}
.AnyTagClassName
{
color: #73575F;
}
</style>
background-color css
<style>
a { background-color: #73575F; }
a { background-color: rgb(115,87,95); }
div.DivClassName
{
background-color: #73575F;
}
.BgClassName
{
background-color: #73575F;
}
</style>
border-color css
<style>
span { border-color: #73575F; }
span { border-color: rgb(115,87,95); }
td.TdClassName
{
border-color: #73575F;
}
.TagClassName
{
border-color: #73575F;
}
</style>