Shades of Cosmic #723D61
Tints of Cosmic #723D61
RGB
CMYK
RGB Variations
Color information
#723D61 (or 0x723D61) is known color: Cosmic. HEX triplet: 72, 3D and 61. RGB value is (114,61,97). Sum of RGB (Red+Green+Blue) = 114+61+97=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #723D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D61 is #8DC29E. Grayscale: #505050. Windows color (decimal): -9290399 or 6372722. OLE color: 6372722.
HSL color Cylindrical-coordinate representation of color #723D61: hue angle of 319.25º 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 #723D61 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 97 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.55 |
| HSL | 319.25º | 0.3% | 0.34% | - |
| HSV(B) | 319.25º | 0.46% | 0.45% | - |
| XYZ | 10.77 | 7.78 | 12.24 | - |
| YUV | 80.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 97 | 0 | 0.46 | 0.15 | 0.55 | 319.25 | 0.3 | 0.34 |
| Hex | 72 | 3D | 61 | 0 | 2E | F | 37 | 13F | 1E | 22 |
| Octal | 162 | 75 | 141 | 0 | 56 | 17 | 67 | 477 | 36 | 42 |
| Binary | 1110010 | 111101 | 1100001 | 0 | 101110 | 1111 | 110111 | 100111111 | 11110 | 100010 |
Color Harmonies of #723D61
Complementary color
Monochromatic Colors of #723D61
Black with #723D61
Text Example
Text Example
White with #723D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D61; }
p { color: rgb(114,61,97); }
H1.HeaderClassName
{
color: #723D61;
}
.AnyTagClassName
{
color: #723D61;
}
</style>
background-color css
<style>
a { background-color: #723D61; }
a { background-color: rgb(114,61,97); }
div.DivClassName
{
background-color: #723D61;
}
.BgClassName
{
background-color: #723D61;
}
</style>
border-color css
<style>
span { border-color: #723D61; }
span { border-color: rgb(114,61,97); }
td.TdClassName
{
border-color: #723D61;
}
.TagClassName
{
border-color: #723D61;
}
</style>