Shades of Cosmic #72495E
Tints of Cosmic #72495E
RGB
CMYK
RGB Variations
Color information
#72495E (or 0x72495E) is known color: Cosmic. HEX triplet: 72, 49 and 5E. RGB value is (114,73,94). Sum of RGB (Red+Green+Blue) = 114+73+94=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72495E is #8DB6A1. Grayscale: #575757. Windows color (decimal): -9287330 or 6179186. OLE color: 6179186.
HSL color Cylindrical-coordinate representation of color #72495E: hue angle of 329.27º 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 #72495E is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 94 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.55 |
| HSL | 329.27º | 0.22% | 0.37% | - |
| HSV(B) | 329.27º | 0.36% | 0.45% | - |
| XYZ | 11.34 | 9.15 | 11.76 | - |
| YUV | 87.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 94 | 0 | 0.36 | 0.18 | 0.55 | 329.27 | 0.22 | 0.37 |
| Hex | 72 | 49 | 5E | 0 | 24 | 12 | 37 | 149 | 16 | 25 |
| Octal | 162 | 111 | 136 | 0 | 44 | 22 | 67 | 511 | 26 | 45 |
| Binary | 1110010 | 1001001 | 1011110 | 0 | 100100 | 10010 | 110111 | 101001001 | 10110 | 100101 |
Color Harmonies of #72495E
Complementary color
Monochromatic Colors of #72495E
Black with #72495E
Text Example
Text Example
White with #72495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72495E; }
p { color: rgb(114,73,94); }
H1.HeaderClassName
{
color: #72495E;
}
.AnyTagClassName
{
color: #72495E;
}
</style>
background-color css
<style>
a { background-color: #72495E; }
a { background-color: rgb(114,73,94); }
div.DivClassName
{
background-color: #72495E;
}
.BgClassName
{
background-color: #72495E;
}
</style>
border-color css
<style>
span { border-color: #72495E; }
span { border-color: rgb(114,73,94); }
td.TdClassName
{
border-color: #72495E;
}
.TagClassName
{
border-color: #72495E;
}
</style>