Shades of Cosmic #724D62
Tints of Cosmic #724D62
RGB
CMYK
RGB Variations
Color information
#724D62 (or 0x724D62) is known color: Cosmic. HEX triplet: 72, 4D and 62. RGB value is (114,77,98). Sum of RGB (Red+Green+Blue) = 114+77+98=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #724D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D62 is #8DB29D. Grayscale: #5A5A5A. Windows color (decimal): -9286302 or 6442354. OLE color: 6442354.
HSL color Cylindrical-coordinate representation of color #724D62: hue angle of 325.95º 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 #724D62 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 98 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.55 |
| HSL | 325.95º | 0.19% | 0.37% | - |
| HSV(B) | 325.95º | 0.32% | 0.45% | - |
| XYZ | 11.8 | 9.77 | 12.82 | - |
| YUV | 90.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 98 | 0 | 0.32 | 0.14 | 0.55 | 325.95 | 0.19 | 0.37 |
| Hex | 72 | 4D | 62 | 0 | 20 | E | 37 | 146 | 13 | 25 |
| Octal | 162 | 115 | 142 | 0 | 40 | 16 | 67 | 506 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1100010 | 0 | 100000 | 1110 | 110111 | 101000110 | 10011 | 100101 |
Color Harmonies of #724D62
Complementary color
Monochromatic Colors of #724D62
Black with #724D62
Text Example
Text Example
White with #724D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D62; }
p { color: rgb(114,77,98); }
H1.HeaderClassName
{
color: #724D62;
}
.AnyTagClassName
{
color: #724D62;
}
</style>
background-color css
<style>
a { background-color: #724D62; }
a { background-color: rgb(114,77,98); }
div.DivClassName
{
background-color: #724D62;
}
.BgClassName
{
background-color: #724D62;
}
</style>
border-color css
<style>
span { border-color: #724D62; }
span { border-color: rgb(114,77,98); }
td.TdClassName
{
border-color: #724D62;
}
.TagClassName
{
border-color: #724D62;
}
</style>