Shades of Cosmic #724C58
Tints of Cosmic #724C58
RGB
CMYK
RGB Variations
Color information
#724C58 (or 0x724C58) is known color: Cosmic. HEX triplet: 72, 4C and 58. RGB value is (114,76,88). Sum of RGB (Red+Green+Blue) = 114+76+88=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #724C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C58 is #8DB3A7. Grayscale: #585858. Windows color (decimal): -9286568 or 5786738. OLE color: 5786738.
HSL color Cylindrical-coordinate representation of color #724C58: hue angle of 341.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724C58 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 88 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.55 |
| HSL | 341.05º | 0.2% | 0.37% | - |
| HSV(B) | 341.05º | 0.33% | 0.45% | - |
| XYZ | 11.29 | 9.45 | 10.46 | - |
| YUV | 88.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 88 | 0 | 0.33 | 0.23 | 0.55 | 341.05 | 0.2 | 0.37 |
| Hex | 72 | 4C | 58 | 0 | 21 | 17 | 37 | 155 | 14 | 25 |
| Octal | 162 | 114 | 130 | 0 | 41 | 27 | 67 | 525 | 24 | 45 |
| Binary | 1110010 | 1001100 | 1011000 | 0 | 100001 | 10111 | 110111 | 101010101 | 10100 | 100101 |
Color Harmonies of #724C58
Complementary color
Monochromatic Colors of #724C58
Black with #724C58
Text Example
Text Example
White with #724C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C58; }
p { color: rgb(114,76,88); }
H1.HeaderClassName
{
color: #724C58;
}
.AnyTagClassName
{
color: #724C58;
}
</style>
background-color css
<style>
a { background-color: #724C58; }
a { background-color: rgb(114,76,88); }
div.DivClassName
{
background-color: #724C58;
}
.BgClassName
{
background-color: #724C58;
}
</style>
border-color css
<style>
span { border-color: #724C58; }
span { border-color: rgb(114,76,88); }
td.TdClassName
{
border-color: #724C58;
}
.TagClassName
{
border-color: #724C58;
}
</style>