Shades of Cosmic #72485F
Tints of Cosmic #72485F
RGB
CMYK
RGB Variations
Color information
#72485F (or 0x72485F) is known color: Cosmic. HEX triplet: 72, 48 and 5F. RGB value is (114,72,95). Sum of RGB (Red+Green+Blue) = 114+72+95=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72485F is #8DB7A0. Grayscale: #575757. Windows color (decimal): -9287585 or 6244466. OLE color: 6244466.
HSL color Cylindrical-coordinate representation of color #72485F: hue angle of 327.14º 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 #72485F is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 95 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.55 |
| HSL | 327.14º | 0.23% | 0.36% | - |
| HSV(B) | 327.14º | 0.37% | 0.45% | - |
| XYZ | 11.32 | 9.04 | 11.97 | - |
| YUV | 87.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 95 | 0 | 0.37 | 0.17 | 0.55 | 327.14 | 0.23 | 0.36 |
| Hex | 72 | 48 | 5F | 0 | 25 | 11 | 37 | 147 | 17 | 24 |
| Octal | 162 | 110 | 137 | 0 | 45 | 21 | 67 | 507 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1011111 | 0 | 100101 | 10001 | 110111 | 101000111 | 10111 | 100100 |
Color Harmonies of #72485F
Complementary color
Monochromatic Colors of #72485F
Black with #72485F
Text Example
Text Example
White with #72485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72485F; }
p { color: rgb(114,72,95); }
H1.HeaderClassName
{
color: #72485F;
}
.AnyTagClassName
{
color: #72485F;
}
</style>
background-color css
<style>
a { background-color: #72485F; }
a { background-color: rgb(114,72,95); }
div.DivClassName
{
background-color: #72485F;
}
.BgClassName
{
background-color: #72485F;
}
</style>
border-color css
<style>
span { border-color: #72485F; }
span { border-color: rgb(114,72,95); }
td.TdClassName
{
border-color: #72485F;
}
.TagClassName
{
border-color: #72485F;
}
</style>