Shades of Cosmic #724E57
Tints of Cosmic #724E57
RGB
CMYK
RGB Variations
Color information
#724E57 (or 0x724E57) is known color: Cosmic. HEX triplet: 72, 4E and 57. RGB value is (114,78,87). Sum of RGB (Red+Green+Blue) = 114+78+87=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #724E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E57 is #8DB1A8. Grayscale: #595959. Windows color (decimal): -9286057 or 5721714. OLE color: 5721714.
HSL color Cylindrical-coordinate representation of color #724E57: hue angle of 345º 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 #724E57 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 87 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.55 |
| HSL | 345º | 0.19% | 0.38% | - |
| HSV(B) | 345º | 0.32% | 0.45% | - |
| XYZ | 11.38 | 9.71 | 10.29 | - |
| YUV | 89.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 87 | 0 | 0.32 | 0.24 | 0.55 | 345 | 0.19 | 0.38 |
| Hex | 72 | 4E | 57 | 0 | 20 | 18 | 37 | 159 | 13 | 26 |
| Octal | 162 | 116 | 127 | 0 | 40 | 30 | 67 | 531 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1010111 | 0 | 100000 | 11000 | 110111 | 101011001 | 10011 | 100110 |
Color Harmonies of #724E57
Complementary color
Monochromatic Colors of #724E57
Black with #724E57
Text Example
Text Example
White with #724E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E57; }
p { color: rgb(114,78,87); }
H1.HeaderClassName
{
color: #724E57;
}
.AnyTagClassName
{
color: #724E57;
}
</style>
background-color css
<style>
a { background-color: #724E57; }
a { background-color: rgb(114,78,87); }
div.DivClassName
{
background-color: #724E57;
}
.BgClassName
{
background-color: #724E57;
}
</style>
border-color css
<style>
span { border-color: #724E57; }
span { border-color: rgb(114,78,87); }
td.TdClassName
{
border-color: #724E57;
}
.TagClassName
{
border-color: #724E57;
}
</style>