Shades of Cosmic #73455D
Tints of Cosmic #73455D
RGB
CMYK
RGB Variations
Color information
#73455D (or 0x73455D) is known color: Cosmic. HEX triplet: 73, 45 and 5D. RGB value is (115,69,93). Sum of RGB (Red+Green+Blue) = 115+69+93=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73455D is #8CBAA2. Grayscale: #555555. Windows color (decimal): -9222819 or 6112627. OLE color: 6112627.
HSL color Cylindrical-coordinate representation of color #73455D: hue angle of 328.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73455D is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 93 | - |
| CMYK | 0 | 0.4 | 0.19 | 0.55 |
| HSL | 328.7º | 0.25% | 0.36% | - |
| HSV(B) | 328.7º | 0.4% | 0.45% | - |
| XYZ | 11.17 | 8.69 | 11.44 | - |
| YUV | 85.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 93 | 0 | 0.4 | 0.19 | 0.55 | 328.7 | 0.25 | 0.36 |
| Hex | 73 | 45 | 5D | 0 | 28 | 13 | 37 | 149 | 19 | 24 |
| Octal | 163 | 105 | 135 | 0 | 50 | 23 | 67 | 511 | 31 | 44 |
| Binary | 1110011 | 1000101 | 1011101 | 0 | 101000 | 10011 | 110111 | 101001001 | 11001 | 100100 |
Color Harmonies of #73455D
Complementary color
Monochromatic Colors of #73455D
Black with #73455D
Text Example
Text Example
White with #73455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73455D; }
p { color: rgb(115,69,93); }
H1.HeaderClassName
{
color: #73455D;
}
.AnyTagClassName
{
color: #73455D;
}
</style>
background-color css
<style>
a { background-color: #73455D; }
a { background-color: rgb(115,69,93); }
div.DivClassName
{
background-color: #73455D;
}
.BgClassName
{
background-color: #73455D;
}
</style>
border-color css
<style>
span { border-color: #73455D; }
span { border-color: rgb(115,69,93); }
td.TdClassName
{
border-color: #73455D;
}
.TagClassName
{
border-color: #73455D;
}
</style>