Shades of Cosmic #72485A
Tints of Cosmic #72485A
RGB
CMYK
RGB Variations
Color information
#72485A (or 0x72485A) is known color: Cosmic. HEX triplet: 72, 48 and 5A. RGB value is (114,72,90). Sum of RGB (Red+Green+Blue) = 114+72+90=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72485A is #8DB7A5. Grayscale: #565656. Windows color (decimal): -9287590 or 5916786. OLE color: 5916786.
HSL color Cylindrical-coordinate representation of color #72485A: hue angle of 334.29º 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 #72485A is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 90 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.55 |
| HSL | 334.29º | 0.23% | 0.36% | - |
| HSV(B) | 334.29º | 0.37% | 0.45% | - |
| XYZ | 11.1 | 8.95 | 10.82 | - |
| YUV | 86.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 90 | 0 | 0.37 | 0.21 | 0.55 | 334.29 | 0.23 | 0.36 |
| Hex | 72 | 48 | 5A | 0 | 25 | 15 | 37 | 14E | 17 | 24 |
| Octal | 162 | 110 | 132 | 0 | 45 | 25 | 67 | 516 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1011010 | 0 | 100101 | 10101 | 110111 | 101001110 | 10111 | 100100 |
Color Harmonies of #72485A
Complementary color
Monochromatic Colors of #72485A
Black with #72485A
Text Example
Text Example
White with #72485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72485A; }
p { color: rgb(114,72,90); }
H1.HeaderClassName
{
color: #72485A;
}
.AnyTagClassName
{
color: #72485A;
}
</style>
background-color css
<style>
a { background-color: #72485A; }
a { background-color: rgb(114,72,90); }
div.DivClassName
{
background-color: #72485A;
}
.BgClassName
{
background-color: #72485A;
}
</style>
border-color css
<style>
span { border-color: #72485A; }
span { border-color: rgb(114,72,90); }
td.TdClassName
{
border-color: #72485A;
}
.TagClassName
{
border-color: #72485A;
}
</style>