Shades of Cosmic #724D60
Tints of Cosmic #724D60
RGB
CMYK
RGB Variations
Color information
#724D60 (or 0x724D60) is known color: Cosmic. HEX triplet: 72, 4D and 60. RGB value is (114,77,96). Sum of RGB (Red+Green+Blue) = 114+77+96=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #724D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D60 is #8DB29F. Grayscale: #5A5A5A. Windows color (decimal): -9286304 or 6311282. OLE color: 6311282.
HSL color Cylindrical-coordinate representation of color #724D60: hue angle of 329.19º 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 #724D60 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 96 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.55 |
| HSL | 329.19º | 0.19% | 0.37% | - |
| HSV(B) | 329.19º | 0.32% | 0.45% | - |
| XYZ | 11.7 | 9.73 | 12.33 | - |
| YUV | 90.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 96 | 0 | 0.32 | 0.16 | 0.55 | 329.19 | 0.19 | 0.37 |
| Hex | 72 | 4D | 60 | 0 | 20 | 10 | 37 | 149 | 13 | 25 |
| Octal | 162 | 115 | 140 | 0 | 40 | 20 | 67 | 511 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1100000 | 0 | 100000 | 10000 | 110111 | 101001001 | 10011 | 100101 |
Color Harmonies of #724D60
Complementary color
Monochromatic Colors of #724D60
Black with #724D60
Text Example
Text Example
White with #724D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D60; }
p { color: rgb(114,77,96); }
H1.HeaderClassName
{
color: #724D60;
}
.AnyTagClassName
{
color: #724D60;
}
</style>
background-color css
<style>
a { background-color: #724D60; }
a { background-color: rgb(114,77,96); }
div.DivClassName
{
background-color: #724D60;
}
.BgClassName
{
background-color: #724D60;
}
</style>
border-color css
<style>
span { border-color: #724D60; }
span { border-color: rgb(114,77,96); }
td.TdClassName
{
border-color: #724D60;
}
.TagClassName
{
border-color: #724D60;
}
</style>