Shades of Cosmic #724E58
Tints of Cosmic #724E58
RGB
CMYK
RGB Variations
Color information
#724E58 (or 0x724E58) is known color: Cosmic. HEX triplet: 72, 4E and 58. RGB value is (114,78,88). Sum of RGB (Red+Green+Blue) = 114+78+88=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E58 is #8DB1A7. Grayscale: #595959. Windows color (decimal): -9286056 or 5787250. OLE color: 5787250.
HSL color Cylindrical-coordinate representation of color #724E58: hue angle of 343.33º 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 #724E58 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 88 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.55 |
| HSL | 343.33º | 0.19% | 0.38% | - |
| HSV(B) | 343.33º | 0.32% | 0.45% | - |
| XYZ | 11.43 | 9.73 | 10.51 | - |
| YUV | 89.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 88 | 0 | 0.32 | 0.23 | 0.55 | 343.33 | 0.19 | 0.38 |
| Hex | 72 | 4E | 58 | 0 | 20 | 17 | 37 | 157 | 13 | 26 |
| Octal | 162 | 116 | 130 | 0 | 40 | 27 | 67 | 527 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1011000 | 0 | 100000 | 10111 | 110111 | 101010111 | 10011 | 100110 |
Color Harmonies of #724E58
Complementary color
Monochromatic Colors of #724E58
Black with #724E58
Text Example
Text Example
White with #724E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E58; }
p { color: rgb(114,78,88); }
H1.HeaderClassName
{
color: #724E58;
}
.AnyTagClassName
{
color: #724E58;
}
</style>
background-color css
<style>
a { background-color: #724E58; }
a { background-color: rgb(114,78,88); }
div.DivClassName
{
background-color: #724E58;
}
.BgClassName
{
background-color: #724E58;
}
</style>
border-color css
<style>
span { border-color: #724E58; }
span { border-color: rgb(114,78,88); }
td.TdClassName
{
border-color: #724E58;
}
.TagClassName
{
border-color: #724E58;
}
</style>