Shades of Cosmic #72485C
Tints of Cosmic #72485C
RGB
CMYK
RGB Variations
Color information
#72485C (or 0x72485C) is known color: Cosmic. HEX triplet: 72, 48 and 5C. RGB value is (114,72,92). Sum of RGB (Red+Green+Blue) = 114+72+92=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72485C is #8DB7A3. Grayscale: #565656. Windows color (decimal): -9287588 or 6047858. OLE color: 6047858.
HSL color Cylindrical-coordinate representation of color #72485C: hue angle of 331.43º 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 #72485C is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 92 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.55 |
| HSL | 331.43º | 0.23% | 0.36% | - |
| HSV(B) | 331.43º | 0.37% | 0.45% | - |
| XYZ | 11.19 | 8.98 | 11.27 | - |
| YUV | 86.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 92 | 0 | 0.37 | 0.19 | 0.55 | 331.43 | 0.23 | 0.36 |
| Hex | 72 | 48 | 5C | 0 | 25 | 13 | 37 | 14B | 17 | 24 |
| Octal | 162 | 110 | 134 | 0 | 45 | 23 | 67 | 513 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1011100 | 0 | 100101 | 10011 | 110111 | 101001011 | 10111 | 100100 |
Color Harmonies of #72485C
Complementary color
Monochromatic Colors of #72485C
Black with #72485C
Text Example
Text Example
White with #72485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72485C; }
p { color: rgb(114,72,92); }
H1.HeaderClassName
{
color: #72485C;
}
.AnyTagClassName
{
color: #72485C;
}
</style>
background-color css
<style>
a { background-color: #72485C; }
a { background-color: rgb(114,72,92); }
div.DivClassName
{
background-color: #72485C;
}
.BgClassName
{
background-color: #72485C;
}
</style>
border-color css
<style>
span { border-color: #72485C; }
span { border-color: rgb(114,72,92); }
td.TdClassName
{
border-color: #72485C;
}
.TagClassName
{
border-color: #72485C;
}
</style>