Shades of Cosmic #724D5D
Tints of Cosmic #724D5D
RGB
CMYK
RGB Variations
Color information
#724D5D (or 0x724D5D) is known color: Cosmic. HEX triplet: 72, 4D and 5D. RGB value is (114,77,93). Sum of RGB (Red+Green+Blue) = 114+77+93=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #724D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D5D is #8DB2A2. Grayscale: #595959. Windows color (decimal): -9286307 or 6114674. OLE color: 6114674.
HSL color Cylindrical-coordinate representation of color #724D5D: hue angle of 334.05º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724D5D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 93 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.55 |
| HSL | 334.05º | 0.19% | 0.37% | - |
| HSV(B) | 334.05º | 0.32% | 0.45% | - |
| XYZ | 11.57 | 9.68 | 11.61 | - |
| YUV | 89.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 93 | 0 | 0.32 | 0.18 | 0.55 | 334.05 | 0.19 | 0.37 |
| Hex | 72 | 4D | 5D | 0 | 20 | 12 | 37 | 14E | 13 | 25 |
| Octal | 162 | 115 | 135 | 0 | 40 | 22 | 67 | 516 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1011101 | 0 | 100000 | 10010 | 110111 | 101001110 | 10011 | 100101 |
Color Harmonies of #724D5D
Complementary color
Monochromatic Colors of #724D5D
Black with #724D5D
Text Example
Text Example
White with #724D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D5D; }
p { color: rgb(114,77,93); }
H1.HeaderClassName
{
color: #724D5D;
}
.AnyTagClassName
{
color: #724D5D;
}
</style>
background-color css
<style>
a { background-color: #724D5D; }
a { background-color: rgb(114,77,93); }
div.DivClassName
{
background-color: #724D5D;
}
.BgClassName
{
background-color: #724D5D;
}
</style>
border-color css
<style>
span { border-color: #724D5D; }
span { border-color: rgb(114,77,93); }
td.TdClassName
{
border-color: #724D5D;
}
.TagClassName
{
border-color: #724D5D;
}
</style>