Shades of Cosmic #724A5D
Tints of Cosmic #724A5D
RGB
CMYK
RGB Variations
Color information
#724A5D (or 0x724A5D) is known color: Cosmic. HEX triplet: 72, 4A and 5D. RGB value is (114,74,93). Sum of RGB (Red+Green+Blue) = 114+74+93=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A5D is #8DB5A2. Grayscale: #585858. Windows color (decimal): -9287075 or 6113906. OLE color: 6113906.
HSL color Cylindrical-coordinate representation of color #724A5D: hue angle of 331.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #724A5D is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 93 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.55 |
| HSL | 331.5º | 0.21% | 0.37% | - |
| HSV(B) | 331.5º | 0.35% | 0.45% | - |
| XYZ | 11.36 | 9.27 | 11.55 | - |
| YUV | 88.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 93 | 0 | 0.35 | 0.18 | 0.55 | 331.5 | 0.21 | 0.37 |
| Hex | 72 | 4A | 5D | 0 | 23 | 12 | 37 | 14C | 15 | 25 |
| Octal | 162 | 112 | 135 | 0 | 43 | 22 | 67 | 514 | 25 | 45 |
| Binary | 1110010 | 1001010 | 1011101 | 0 | 100011 | 10010 | 110111 | 101001100 | 10101 | 100101 |
Color Harmonies of #724A5D
Complementary color
Monochromatic Colors of #724A5D
Black with #724A5D
Text Example
Text Example
White with #724A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A5D; }
p { color: rgb(114,74,93); }
H1.HeaderClassName
{
color: #724A5D;
}
.AnyTagClassName
{
color: #724A5D;
}
</style>
background-color css
<style>
a { background-color: #724A5D; }
a { background-color: rgb(114,74,93); }
div.DivClassName
{
background-color: #724A5D;
}
.BgClassName
{
background-color: #724A5D;
}
</style>
border-color css
<style>
span { border-color: #724A5D; }
span { border-color: rgb(114,74,93); }
td.TdClassName
{
border-color: #724A5D;
}
.TagClassName
{
border-color: #724A5D;
}
</style>