Shades of Cosmic #724D5B
Tints of Cosmic #724D5B
RGB
CMYK
RGB Variations
Color information
#724D5B (or 0x724D5B) is known color: Cosmic. HEX triplet: 72, 4D and 5B. RGB value is (114,77,91). Sum of RGB (Red+Green+Blue) = 114+77+91=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #724D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D5B is #8DB2A4. Grayscale: #595959. Windows color (decimal): -9286309 or 5983602. OLE color: 5983602.
HSL color Cylindrical-coordinate representation of color #724D5B: hue angle of 337.3º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724D5B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 91 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.55 |
| HSL | 337.3º | 0.19% | 0.37% | - |
| HSV(B) | 337.3º | 0.32% | 0.45% | - |
| XYZ | 11.48 | 9.64 | 11.15 | - |
| YUV | 89.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 91 | 0 | 0.32 | 0.20 | 0.55 | 337.3 | 0.19 | 0.37 |
| Hex | 72 | 4D | 5B | 0 | 20 | 14 | 37 | 151 | 13 | 25 |
| Octal | 162 | 115 | 133 | 0 | 40 | 24 | 67 | 521 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1011011 | 0 | 100000 | 10100 | 110111 | 101010001 | 10011 | 100101 |
Color Harmonies of #724D5B
Complementary color
Monochromatic Colors of #724D5B
Black with #724D5B
Text Example
Text Example
White with #724D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D5B; }
p { color: rgb(114,77,91); }
H1.HeaderClassName
{
color: #724D5B;
}
.AnyTagClassName
{
color: #724D5B;
}
</style>
background-color css
<style>
a { background-color: #724D5B; }
a { background-color: rgb(114,77,91); }
div.DivClassName
{
background-color: #724D5B;
}
.BgClassName
{
background-color: #724D5B;
}
</style>
border-color css
<style>
span { border-color: #724D5B; }
span { border-color: rgb(114,77,91); }
td.TdClassName
{
border-color: #724D5B;
}
.TagClassName
{
border-color: #724D5B;
}
</style>