Shades of Cosmic #724F60
Tints of Cosmic #724F60
RGB
CMYK
RGB Variations
Color information
#724F60 (or 0x724F60) is known color: Cosmic. HEX triplet: 72, 4F and 60. RGB value is (114,79,96). Sum of RGB (Red+Green+Blue) = 114+79+96=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #724F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F60 is #8DB09F. Grayscale: #5B5B5B. Windows color (decimal): -9285792 or 6311794. OLE color: 6311794.
HSL color Cylindrical-coordinate representation of color #724F60: hue angle of 330.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F60 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 79 | 96 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.55 |
| HSL | 330.86º | 0.18% | 0.38% | - |
| HSV(B) | 330.86º | 0.31% | 0.45% | - |
| XYZ | 11.85 | 10.01 | 12.37 | - |
| YUV | 91.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 96 | 0 | 0.31 | 0.16 | 0.55 | 330.86 | 0.18 | 0.38 |
| Hex | 72 | 4F | 60 | 0 | 1F | 10 | 37 | 14B | 12 | 26 |
| Octal | 162 | 117 | 140 | 0 | 37 | 20 | 67 | 513 | 22 | 46 |
| Binary | 1110010 | 1001111 | 1100000 | 0 | 11111 | 10000 | 110111 | 101001011 | 10010 | 100110 |
Color Harmonies of #724F60
Complementary color
Monochromatic Colors of #724F60
Black with #724F60
Text Example
Text Example
White with #724F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F60; }
p { color: rgb(114,79,96); }
H1.HeaderClassName
{
color: #724F60;
}
.AnyTagClassName
{
color: #724F60;
}
</style>
background-color css
<style>
a { background-color: #724F60; }
a { background-color: rgb(114,79,96); }
div.DivClassName
{
background-color: #724F60;
}
.BgClassName
{
background-color: #724F60;
}
</style>
border-color css
<style>
span { border-color: #724F60; }
span { border-color: rgb(114,79,96); }
td.TdClassName
{
border-color: #724F60;
}
.TagClassName
{
border-color: #724F60;
}
</style>