Shades of Cosmic #73555D
Tints of Cosmic #73555D
RGB
CMYK
RGB Variations
Color information
#73555D (or 0x73555D) is known color: Cosmic. HEX triplet: 73, 55 and 5D. RGB value is (115,85,93). Sum of RGB (Red+Green+Blue) = 115+85+93=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73555D is #8CAAA2. Grayscale: #5E5E5E. Windows color (decimal): -9218723 or 6116723. OLE color: 6116723.
HSL color Cylindrical-coordinate representation of color #73555D: hue angle of 344º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73555D is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 93 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.55 |
| HSL | 344º | 0.15% | 0.39% | - |
| HSV(B) | 344º | 0.26% | 0.45% | - |
| XYZ | 12.29 | 10.93 | 11.82 | - |
| YUV | 94.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 93 | 0 | 0.26 | 0.19 | 0.55 | 344 | 0.15 | 0.39 |
| Hex | 73 | 55 | 5D | 0 | 1A | 13 | 37 | 158 | F | 27 |
| Octal | 163 | 125 | 135 | 0 | 32 | 23 | 67 | 530 | 17 | 47 |
| Binary | 1110011 | 1010101 | 1011101 | 0 | 11010 | 10011 | 110111 | 101011000 | 1111 | 100111 |
Color Harmonies of #73555D
Complementary color
Monochromatic Colors of #73555D
Black with #73555D
Text Example
Text Example
White with #73555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73555D; }
p { color: rgb(115,85,93); }
H1.HeaderClassName
{
color: #73555D;
}
.AnyTagClassName
{
color: #73555D;
}
</style>
background-color css
<style>
a { background-color: #73555D; }
a { background-color: rgb(115,85,93); }
div.DivClassName
{
background-color: #73555D;
}
.BgClassName
{
background-color: #73555D;
}
</style>
border-color css
<style>
span { border-color: #73555D; }
span { border-color: rgb(115,85,93); }
td.TdClassName
{
border-color: #73555D;
}
.TagClassName
{
border-color: #73555D;
}
</style>