Shades of Cosmic #724E5B
Tints of Cosmic #724E5B
RGB
CMYK
RGB Variations
Color information
#724E5B (or 0x724E5B) is known color: Cosmic. HEX triplet: 72, 4E and 5B. RGB value is (114,78,91). Sum of RGB (Red+Green+Blue) = 114+78+91=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E5B is #8DB1A4. Grayscale: #5A5A5A. Windows color (decimal): -9286053 or 5983858. OLE color: 5983858.
HSL color Cylindrical-coordinate representation of color #724E5B: hue angle of 338.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 #724E5B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 91 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.55 |
| HSL | 338.33º | 0.19% | 0.38% | - |
| HSV(B) | 338.33º | 0.32% | 0.45% | - |
| XYZ | 11.55 | 9.78 | 11.18 | - |
| YUV | 90.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 91 | 0 | 0.32 | 0.20 | 0.55 | 338.33 | 0.19 | 0.38 |
| Hex | 72 | 4E | 5B | 0 | 20 | 14 | 37 | 152 | 13 | 26 |
| Octal | 162 | 116 | 133 | 0 | 40 | 24 | 67 | 522 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1011011 | 0 | 100000 | 10100 | 110111 | 101010010 | 10011 | 100110 |
Color Harmonies of #724E5B
Complementary color
Monochromatic Colors of #724E5B
Black with #724E5B
Text Example
Text Example
White with #724E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E5B; }
p { color: rgb(114,78,91); }
H1.HeaderClassName
{
color: #724E5B;
}
.AnyTagClassName
{
color: #724E5B;
}
</style>
background-color css
<style>
a { background-color: #724E5B; }
a { background-color: rgb(114,78,91); }
div.DivClassName
{
background-color: #724E5B;
}
.BgClassName
{
background-color: #724E5B;
}
</style>
border-color css
<style>
span { border-color: #724E5B; }
span { border-color: rgb(114,78,91); }
td.TdClassName
{
border-color: #724E5B;
}
.TagClassName
{
border-color: #724E5B;
}
</style>