Shades of Cosmic #724E63
Tints of Cosmic #724E63
RGB
CMYK
RGB Variations
Color information
#724E63 (or 0x724E63) is known color: Cosmic. HEX triplet: 72, 4E and 63. RGB value is (114,78,99). Sum of RGB (Red+Green+Blue) = 114+78+99=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #724E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E63 is #8DB19C. Grayscale: #5B5B5B. Windows color (decimal): -9286045 or 6508146. OLE color: 6508146.
HSL color Cylindrical-coordinate representation of color #724E63: hue angle of 325º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E63 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 99 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.55 |
| HSL | 325º | 0.19% | 0.38% | - |
| HSV(B) | 325º | 0.32% | 0.45% | - |
| XYZ | 11.92 | 9.93 | 13.09 | - |
| YUV | 91.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 99 | 0 | 0.32 | 0.13 | 0.55 | 325 | 0.19 | 0.38 |
| Hex | 72 | 4E | 63 | 0 | 20 | D | 37 | 145 | 13 | 26 |
| Octal | 162 | 116 | 143 | 0 | 40 | 15 | 67 | 505 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1100011 | 0 | 100000 | 1101 | 110111 | 101000101 | 10011 | 100110 |
Color Harmonies of #724E63
Complementary color
Monochromatic Colors of #724E63
Black with #724E63
Text Example
Text Example
White with #724E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E63; }
p { color: rgb(114,78,99); }
H1.HeaderClassName
{
color: #724E63;
}
.AnyTagClassName
{
color: #724E63;
}
</style>
background-color css
<style>
a { background-color: #724E63; }
a { background-color: rgb(114,78,99); }
div.DivClassName
{
background-color: #724E63;
}
.BgClassName
{
background-color: #724E63;
}
</style>
border-color css
<style>
span { border-color: #724E63; }
span { border-color: rgb(114,78,99); }
td.TdClassName
{
border-color: #724E63;
}
.TagClassName
{
border-color: #724E63;
}
</style>