Shades of Cosmic #724E5E
Tints of Cosmic #724E5E
RGB
CMYK
RGB Variations
Color information
#724E5E (or 0x724E5E) is known color: Cosmic. HEX triplet: 72, 4E and 5E. RGB value is (114,78,94). Sum of RGB (Red+Green+Blue) = 114+78+94=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #724E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E5E is #8DB1A1. Grayscale: #5A5A5A. Windows color (decimal): -9286050 or 6180466. OLE color: 6180466.
HSL color Cylindrical-coordinate representation of color #724E5E: hue angle of 333.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 #724E5E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 94 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.55 |
| HSL | 333.33º | 0.19% | 0.38% | - |
| HSV(B) | 333.33º | 0.32% | 0.45% | - |
| XYZ | 11.68 | 9.83 | 11.87 | - |
| YUV | 90.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 94 | 0 | 0.32 | 0.18 | 0.55 | 333.33 | 0.19 | 0.38 |
| Hex | 72 | 4E | 5E | 0 | 20 | 12 | 37 | 14D | 13 | 26 |
| Octal | 162 | 116 | 136 | 0 | 40 | 22 | 67 | 515 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1011110 | 0 | 100000 | 10010 | 110111 | 101001101 | 10011 | 100110 |
Color Harmonies of #724E5E
Complementary color
Monochromatic Colors of #724E5E
Black with #724E5E
Text Example
Text Example
White with #724E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E5E; }
p { color: rgb(114,78,94); }
H1.HeaderClassName
{
color: #724E5E;
}
.AnyTagClassName
{
color: #724E5E;
}
</style>
background-color css
<style>
a { background-color: #724E5E; }
a { background-color: rgb(114,78,94); }
div.DivClassName
{
background-color: #724E5E;
}
.BgClassName
{
background-color: #724E5E;
}
</style>
border-color css
<style>
span { border-color: #724E5E; }
span { border-color: rgb(114,78,94); }
td.TdClassName
{
border-color: #724E5E;
}
.TagClassName
{
border-color: #724E5E;
}
</style>