Shades of Cosmic #723E60
Tints of Cosmic #723E60
RGB
CMYK
RGB Variations
Color information
#723E60 (or 0x723E60) is known color: Cosmic. HEX triplet: 72, 3E and 60. RGB value is (114,62,96). Sum of RGB (Red+Green+Blue) = 114+62+96=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #723E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723E60 is #8DC19F. Grayscale: #515151. Windows color (decimal): -9290144 or 6307442. OLE color: 6307442.
HSL color Cylindrical-coordinate representation of color #723E60: hue angle of 320.77º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723E60 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 96 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.55 |
| HSL | 320.77º | 0.3% | 0.35% | - |
| HSV(B) | 320.77º | 0.46% | 0.45% | - |
| XYZ | 10.77 | 7.87 | 12.02 | - |
| YUV | 81.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 96 | 0 | 0.46 | 0.16 | 0.55 | 320.77 | 0.3 | 0.35 |
| Hex | 72 | 3E | 60 | 0 | 2E | 10 | 37 | 141 | 1E | 23 |
| Octal | 162 | 76 | 140 | 0 | 56 | 20 | 67 | 501 | 36 | 43 |
| Binary | 1110010 | 111110 | 1100000 | 0 | 101110 | 10000 | 110111 | 101000001 | 11110 | 100011 |
Color Harmonies of #723E60
Complementary color
Monochromatic Colors of #723E60
Black with #723E60
Text Example
Text Example
White with #723E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E60; }
p { color: rgb(114,62,96); }
H1.HeaderClassName
{
color: #723E60;
}
.AnyTagClassName
{
color: #723E60;
}
</style>
background-color css
<style>
a { background-color: #723E60; }
a { background-color: rgb(114,62,96); }
div.DivClassName
{
background-color: #723E60;
}
.BgClassName
{
background-color: #723E60;
}
</style>
border-color css
<style>
span { border-color: #723E60; }
span { border-color: rgb(114,62,96); }
td.TdClassName
{
border-color: #723E60;
}
.TagClassName
{
border-color: #723E60;
}
</style>