Shades of Cosmic #724F5B
Tints of Cosmic #724F5B
RGB
CMYK
RGB Variations
Color information
#724F5B (or 0x724F5B) is known color: Cosmic. HEX triplet: 72, 4F and 5B. RGB value is (114,79,91). Sum of RGB (Red+Green+Blue) = 114+79+91=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #724F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F5B is #8DB0A4. Grayscale: #5A5A5A. Windows color (decimal): -9285797 or 5984114. OLE color: 5984114.
HSL color Cylindrical-coordinate representation of color #724F5B: hue angle of 339.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F5B is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 79 | 91 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.55 |
| HSL | 339.43º | 0.18% | 0.38% | - |
| HSV(B) | 339.43º | 0.31% | 0.45% | - |
| XYZ | 11.62 | 9.92 | 11.2 | - |
| YUV | 90.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 91 | 0 | 0.31 | 0.20 | 0.55 | 339.43 | 0.18 | 0.38 |
| Hex | 72 | 4F | 5B | 0 | 1F | 14 | 37 | 153 | 12 | 26 |
| Octal | 162 | 117 | 133 | 0 | 37 | 24 | 67 | 523 | 22 | 46 |
| Binary | 1110010 | 1001111 | 1011011 | 0 | 11111 | 10100 | 110111 | 101010011 | 10010 | 100110 |
Color Harmonies of #724F5B
Complementary color
Monochromatic Colors of #724F5B
Black with #724F5B
Text Example
Text Example
White with #724F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F5B; }
p { color: rgb(114,79,91); }
H1.HeaderClassName
{
color: #724F5B;
}
.AnyTagClassName
{
color: #724F5B;
}
</style>
background-color css
<style>
a { background-color: #724F5B; }
a { background-color: rgb(114,79,91); }
div.DivClassName
{
background-color: #724F5B;
}
.BgClassName
{
background-color: #724F5B;
}
</style>
border-color css
<style>
span { border-color: #724F5B; }
span { border-color: rgb(114,79,91); }
td.TdClassName
{
border-color: #724F5B;
}
.TagClassName
{
border-color: #724F5B;
}
</style>