Shades of Cosmic #723D60
Tints of Cosmic #723D60
RGB
CMYK
RGB Variations
Color information
#723D60 (or 0x723D60) is known color: Cosmic. HEX triplet: 72, 3D and 60. RGB value is (114,61,96). Sum of RGB (Red+Green+Blue) = 114+61+96=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #723D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D60 is #8DC29F. Grayscale: #505050. Windows color (decimal): -9290400 or 6307186. OLE color: 6307186.
HSL color Cylindrical-coordinate representation of color #723D60: hue angle of 320.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723D60 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 96 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.55 |
| HSL | 320.38º | 0.3% | 0.34% | - |
| HSV(B) | 320.38º | 0.46% | 0.45% | - |
| XYZ | 10.72 | 7.76 | 12 | - |
| YUV | 80.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 96 | 0 | 0.46 | 0.16 | 0.55 | 320.38 | 0.3 | 0.34 |
| Hex | 72 | 3D | 60 | 0 | 2E | 10 | 37 | 140 | 1E | 22 |
| Octal | 162 | 75 | 140 | 0 | 56 | 20 | 67 | 500 | 36 | 42 |
| Binary | 1110010 | 111101 | 1100000 | 0 | 101110 | 10000 | 110111 | 101000000 | 11110 | 100010 |
Color Harmonies of #723D60
Complementary color
Monochromatic Colors of #723D60
Black with #723D60
Text Example
Text Example
White with #723D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D60; }
p { color: rgb(114,61,96); }
H1.HeaderClassName
{
color: #723D60;
}
.AnyTagClassName
{
color: #723D60;
}
</style>
background-color css
<style>
a { background-color: #723D60; }
a { background-color: rgb(114,61,96); }
div.DivClassName
{
background-color: #723D60;
}
.BgClassName
{
background-color: #723D60;
}
</style>
border-color css
<style>
span { border-color: #723D60; }
span { border-color: rgb(114,61,96); }
td.TdClassName
{
border-color: #723D60;
}
.TagClassName
{
border-color: #723D60;
}
</style>