Shades of Cosmic #73555E
Tints of Cosmic #73555E
RGB
CMYK
RGB Variations
Color information
#73555E (or 0x73555E) is known color: Cosmic. HEX triplet: 73, 55 and 5E. RGB value is (115,85,94). Sum of RGB (Red+Green+Blue) = 115+85+94=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73555E is #8CAAA1. Grayscale: #5E5E5E. Windows color (decimal): -9218722 or 6182259. OLE color: 6182259.
HSL color Cylindrical-coordinate representation of color #73555E: hue angle of 342º 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 #73555E is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 94 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.55 |
| HSL | 342º | 0.15% | 0.39% | - |
| HSV(B) | 342º | 0.26% | 0.45% | - |
| XYZ | 12.34 | 10.95 | 12.05 | - |
| YUV | 95 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 94 | 0 | 0.26 | 0.18 | 0.55 | 342 | 0.15 | 0.39 |
| Hex | 73 | 55 | 5E | 0 | 1A | 12 | 37 | 156 | F | 27 |
| Octal | 163 | 125 | 136 | 0 | 32 | 22 | 67 | 526 | 17 | 47 |
| Binary | 1110011 | 1010101 | 1011110 | 0 | 11010 | 10010 | 110111 | 101010110 | 1111 | 100111 |
Color Harmonies of #73555E
Complementary color
Monochromatic Colors of #73555E
Black with #73555E
Text Example
Text Example
White with #73555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73555E; }
p { color: rgb(115,85,94); }
H1.HeaderClassName
{
color: #73555E;
}
.AnyTagClassName
{
color: #73555E;
}
</style>
background-color css
<style>
a { background-color: #73555E; }
a { background-color: rgb(115,85,94); }
div.DivClassName
{
background-color: #73555E;
}
.BgClassName
{
background-color: #73555E;
}
</style>
border-color css
<style>
span { border-color: #73555E; }
span { border-color: rgb(115,85,94); }
td.TdClassName
{
border-color: #73555E;
}
.TagClassName
{
border-color: #73555E;
}
</style>