Shades of Cosmic #724D59
Tints of Cosmic #724D59
RGB
CMYK
RGB Variations
Color information
#724D59 (or 0x724D59) is known color: Cosmic. HEX triplet: 72, 4D and 59. RGB value is (114,77,89). Sum of RGB (Red+Green+Blue) = 114+77+89=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D59 is #8DB2A6. Grayscale: #595959. Windows color (decimal): -9286311 or 5852530. OLE color: 5852530.
HSL color Cylindrical-coordinate representation of color #724D59: hue angle of 340.54º 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 #724D59 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 89 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.55 |
| HSL | 340.54º | 0.19% | 0.37% | - |
| HSV(B) | 340.54º | 0.32% | 0.45% | - |
| XYZ | 11.4 | 9.61 | 10.7 | - |
| YUV | 89.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 89 | 0 | 0.32 | 0.22 | 0.55 | 340.54 | 0.19 | 0.37 |
| Hex | 72 | 4D | 59 | 0 | 20 | 16 | 37 | 155 | 13 | 25 |
| Octal | 162 | 115 | 131 | 0 | 40 | 26 | 67 | 525 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1011001 | 0 | 100000 | 10110 | 110111 | 101010101 | 10011 | 100101 |
Color Harmonies of #724D59
Complementary color
Monochromatic Colors of #724D59
Black with #724D59
Text Example
Text Example
White with #724D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D59; }
p { color: rgb(114,77,89); }
H1.HeaderClassName
{
color: #724D59;
}
.AnyTagClassName
{
color: #724D59;
}
</style>
background-color css
<style>
a { background-color: #724D59; }
a { background-color: rgb(114,77,89); }
div.DivClassName
{
background-color: #724D59;
}
.BgClassName
{
background-color: #724D59;
}
</style>
border-color css
<style>
span { border-color: #724D59; }
span { border-color: rgb(114,77,89); }
td.TdClassName
{
border-color: #724D59;
}
.TagClassName
{
border-color: #724D59;
}
</style>