Shades of Cosmic #72495B
Tints of Cosmic #72495B
RGB
CMYK
RGB Variations
Color information
#72495B (or 0x72495B) is known color: Cosmic. HEX triplet: 72, 49 and 5B. RGB value is (114,73,91). Sum of RGB (Red+Green+Blue) = 114+73+91=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72495B is #8DB6A4. Grayscale: #575757. Windows color (decimal): -9287333 or 5982578. OLE color: 5982578.
HSL color Cylindrical-coordinate representation of color #72495B: hue angle of 333.66º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72495B is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 91 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.55 |
| HSL | 333.66º | 0.22% | 0.37% | - |
| HSV(B) | 333.66º | 0.36% | 0.45% | - |
| XYZ | 11.21 | 9.1 | 11.06 | - |
| YUV | 87.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 91 | 0 | 0.36 | 0.20 | 0.55 | 333.66 | 0.22 | 0.37 |
| Hex | 72 | 49 | 5B | 0 | 24 | 14 | 37 | 14E | 16 | 25 |
| Octal | 162 | 111 | 133 | 0 | 44 | 24 | 67 | 516 | 26 | 45 |
| Binary | 1110010 | 1001001 | 1011011 | 0 | 100100 | 10100 | 110111 | 101001110 | 10110 | 100101 |
Color Harmonies of #72495B
Complementary color
Monochromatic Colors of #72495B
Black with #72495B
Text Example
Text Example
White with #72495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72495B; }
p { color: rgb(114,73,91); }
H1.HeaderClassName
{
color: #72495B;
}
.AnyTagClassName
{
color: #72495B;
}
</style>
background-color css
<style>
a { background-color: #72495B; }
a { background-color: rgb(114,73,91); }
div.DivClassName
{
background-color: #72495B;
}
.BgClassName
{
background-color: #72495B;
}
</style>
border-color css
<style>
span { border-color: #72495B; }
span { border-color: rgb(114,73,91); }
td.TdClassName
{
border-color: #72495B;
}
.TagClassName
{
border-color: #72495B;
}
</style>