Shades of Cosmic #73505C
Tints of Cosmic #73505C
RGB
CMYK
RGB Variations
Color information
#73505C (or 0x73505C) is known color: Cosmic. HEX triplet: 73, 50 and 5C. RGB value is (115,80,92). Sum of RGB (Red+Green+Blue) = 115+80+92=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #73505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73505C is #8CAFA3. Grayscale: #5B5B5B. Windows color (decimal): -9220004 or 6049907. OLE color: 6049907.
HSL color Cylindrical-coordinate representation of color #73505C: hue angle of 339.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73505C is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 92 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.55 |
| HSL | 339.43º | 0.18% | 0.38% | - |
| HSV(B) | 339.43º | 0.3% | 0.45% | - |
| XYZ | 11.87 | 10.15 | 11.46 | - |
| YUV | 91.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 92 | 0 | 0.30 | 0.20 | 0.55 | 339.43 | 0.18 | 0.38 |
| Hex | 73 | 50 | 5C | 0 | 1E | 14 | 37 | 153 | 12 | 26 |
| Octal | 163 | 120 | 134 | 0 | 36 | 24 | 67 | 523 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1011100 | 0 | 11110 | 10100 | 110111 | 101010011 | 10010 | 100110 |
Color Harmonies of #73505C
Complementary color
Monochromatic Colors of #73505C
Black with #73505C
Text Example
Text Example
White with #73505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73505C; }
p { color: rgb(115,80,92); }
H1.HeaderClassName
{
color: #73505C;
}
.AnyTagClassName
{
color: #73505C;
}
</style>
background-color css
<style>
a { background-color: #73505C; }
a { background-color: rgb(115,80,92); }
div.DivClassName
{
background-color: #73505C;
}
.BgClassName
{
background-color: #73505C;
}
</style>
border-color css
<style>
span { border-color: #73505C; }
span { border-color: rgb(115,80,92); }
td.TdClassName
{
border-color: #73505C;
}
.TagClassName
{
border-color: #73505C;
}
</style>