Shades of Cosmic #73455C
Tints of Cosmic #73455C
RGB
CMYK
RGB Variations
Color information
#73455C (or 0x73455C) is known color: Cosmic. HEX triplet: 73, 45 and 5C. RGB value is (115,69,92). Sum of RGB (Red+Green+Blue) = 115+69+92=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73455C is #8CBAA3. Grayscale: #555555. Windows color (decimal): -9222820 or 6047091. OLE color: 6047091.
HSL color Cylindrical-coordinate representation of color #73455C: hue angle of 330º 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 #73455C is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 92 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.55 |
| HSL | 330º | 0.25% | 0.36% | - |
| HSV(B) | 330º | 0.4% | 0.45% | - |
| XYZ | 11.13 | 8.67 | 11.21 | - |
| YUV | 85.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 92 | 0 | 0.4 | 0.20 | 0.55 | 330 | 0.25 | 0.36 |
| Hex | 73 | 45 | 5C | 0 | 28 | 14 | 37 | 14A | 19 | 24 |
| Octal | 163 | 105 | 134 | 0 | 50 | 24 | 67 | 512 | 31 | 44 |
| Binary | 1110011 | 1000101 | 1011100 | 0 | 101000 | 10100 | 110111 | 101001010 | 11001 | 100100 |
Color Harmonies of #73455C
Complementary color
Monochromatic Colors of #73455C
Black with #73455C
Text Example
Text Example
White with #73455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73455C; }
p { color: rgb(115,69,92); }
H1.HeaderClassName
{
color: #73455C;
}
.AnyTagClassName
{
color: #73455C;
}
</style>
background-color css
<style>
a { background-color: #73455C; }
a { background-color: rgb(115,69,92); }
div.DivClassName
{
background-color: #73455C;
}
.BgClassName
{
background-color: #73455C;
}
</style>
border-color css
<style>
span { border-color: #73455C; }
span { border-color: rgb(115,69,92); }
td.TdClassName
{
border-color: #73455C;
}
.TagClassName
{
border-color: #73455C;
}
</style>