Shades of Cosmic #73505F
Tints of Cosmic #73505F
RGB
CMYK
RGB Variations
Color information
#73505F (or 0x73505F) is known color: Cosmic. HEX triplet: 73, 50 and 5F. RGB value is (115,80,95). Sum of RGB (Red+Green+Blue) = 115+80+95=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73505F is #8CAFA0. Grayscale: #5C5C5C. Windows color (decimal): -9220001 or 6246515. OLE color: 6246515.
HSL color Cylindrical-coordinate representation of color #73505F: hue angle of 334.29º 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 #73505F is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 95 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.55 |
| HSL | 334.29º | 0.18% | 0.38% | - |
| HSV(B) | 334.29º | 0.3% | 0.45% | - |
| XYZ | 12 | 10.21 | 12.16 | - |
| YUV | 92.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 95 | 0 | 0.30 | 0.17 | 0.55 | 334.29 | 0.18 | 0.38 |
| Hex | 73 | 50 | 5F | 0 | 1E | 11 | 37 | 14E | 12 | 26 |
| Octal | 163 | 120 | 137 | 0 | 36 | 21 | 67 | 516 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1011111 | 0 | 11110 | 10001 | 110111 | 101001110 | 10010 | 100110 |
Color Harmonies of #73505F
Complementary color
Monochromatic Colors of #73505F
Black with #73505F
Text Example
Text Example
White with #73505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73505F; }
p { color: rgb(115,80,95); }
H1.HeaderClassName
{
color: #73505F;
}
.AnyTagClassName
{
color: #73505F;
}
</style>
background-color css
<style>
a { background-color: #73505F; }
a { background-color: rgb(115,80,95); }
div.DivClassName
{
background-color: #73505F;
}
.BgClassName
{
background-color: #73505F;
}
</style>
border-color css
<style>
span { border-color: #73505F; }
span { border-color: rgb(115,80,95); }
td.TdClassName
{
border-color: #73505F;
}
.TagClassName
{
border-color: #73505F;
}
</style>