Shades of Cosmic #724863
Tints of Cosmic #724863
RGB
CMYK
RGB Variations
Color information
#724863 (or 0x724863) is known color: Cosmic. HEX triplet: 72, 48 and 63. RGB value is (114,72,99). Sum of RGB (Red+Green+Blue) = 114+72+99=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #724863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724863 is #8DB79C. Grayscale: #575757. Windows color (decimal): -9287581 or 6506610. OLE color: 6506610.
HSL color Cylindrical-coordinate representation of color #724863: hue angle of 321.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #724863 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 99 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.55 |
| HSL | 321.43º | 0.23% | 0.36% | - |
| HSV(B) | 321.43º | 0.37% | 0.45% | - |
| XYZ | 11.51 | 9.11 | 12.96 | - |
| YUV | 87.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 99 | 0 | 0.37 | 0.13 | 0.55 | 321.43 | 0.23 | 0.36 |
| Hex | 72 | 48 | 63 | 0 | 25 | D | 37 | 141 | 17 | 24 |
| Octal | 162 | 110 | 143 | 0 | 45 | 15 | 67 | 501 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1100011 | 0 | 100101 | 1101 | 110111 | 101000001 | 10111 | 100100 |
Color Harmonies of #724863
Complementary color
Monochromatic Colors of #724863
Black with #724863
Text Example
Text Example
White with #724863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724863; }
p { color: rgb(114,72,99); }
H1.HeaderClassName
{
color: #724863;
}
.AnyTagClassName
{
color: #724863;
}
</style>
background-color css
<style>
a { background-color: #724863; }
a { background-color: rgb(114,72,99); }
div.DivClassName
{
background-color: #724863;
}
.BgClassName
{
background-color: #724863;
}
</style>
border-color css
<style>
span { border-color: #724863; }
span { border-color: rgb(114,72,99); }
td.TdClassName
{
border-color: #724863;
}
.TagClassName
{
border-color: #724863;
}
</style>