Shades of Cosmic #72485B
Tints of Cosmic #72485B
RGB
CMYK
RGB Variations
Color information
#72485B (or 0x72485B) is known color: Cosmic. HEX triplet: 72, 48 and 5B. RGB value is (114,72,91). Sum of RGB (Red+Green+Blue) = 114+72+91=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72485B is #8DB7A4. Grayscale: #565656. Windows color (decimal): -9287589 or 5982322. OLE color: 5982322.
HSL color Cylindrical-coordinate representation of color #72485B: hue angle of 332.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72485B is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 91 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.55 |
| HSL | 332.86º | 0.23% | 0.36% | - |
| HSV(B) | 332.86º | 0.37% | 0.45% | - |
| XYZ | 11.15 | 8.97 | 11.04 | - |
| YUV | 86.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 91 | 0 | 0.37 | 0.20 | 0.55 | 332.86 | 0.23 | 0.36 |
| Hex | 72 | 48 | 5B | 0 | 25 | 14 | 37 | 14D | 17 | 24 |
| Octal | 162 | 110 | 133 | 0 | 45 | 24 | 67 | 515 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1011011 | 0 | 100101 | 10100 | 110111 | 101001101 | 10111 | 100100 |
Color Harmonies of #72485B
Complementary color
Monochromatic Colors of #72485B
Black with #72485B
Text Example
Text Example
White with #72485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72485B; }
p { color: rgb(114,72,91); }
H1.HeaderClassName
{
color: #72485B;
}
.AnyTagClassName
{
color: #72485B;
}
</style>
background-color css
<style>
a { background-color: #72485B; }
a { background-color: rgb(114,72,91); }
div.DivClassName
{
background-color: #72485B;
}
.BgClassName
{
background-color: #72485B;
}
</style>
border-color css
<style>
span { border-color: #72485B; }
span { border-color: rgb(114,72,91); }
td.TdClassName
{
border-color: #72485B;
}
.TagClassName
{
border-color: #72485B;
}
</style>