Shades of Cosmic #72445E
Tints of Cosmic #72445E
RGB
CMYK
RGB Variations
Color information
#72445E (or 0x72445E) is known color: Cosmic. HEX triplet: 72, 44 and 5E. RGB value is (114,68,94). Sum of RGB (Red+Green+Blue) = 114+68+94=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72445E is #8DBBA1. Grayscale: #545454. Windows color (decimal): -9288610 or 6177906. OLE color: 6177906.
HSL color Cylindrical-coordinate representation of color #72445E: hue angle of 326.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72445E is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 94 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.55 |
| HSL | 326.09º | 0.25% | 0.36% | - |
| HSV(B) | 326.09º | 0.4% | 0.45% | - |
| XYZ | 11.03 | 8.52 | 11.65 | - |
| YUV | 84.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 94 | 0 | 0.40 | 0.18 | 0.55 | 326.09 | 0.25 | 0.36 |
| Hex | 72 | 44 | 5E | 0 | 28 | 12 | 37 | 146 | 19 | 24 |
| Octal | 162 | 104 | 136 | 0 | 50 | 22 | 67 | 506 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1011110 | 0 | 101000 | 10010 | 110111 | 101000110 | 11001 | 100100 |
Color Harmonies of #72445E
Complementary color
Monochromatic Colors of #72445E
Black with #72445E
Text Example
Text Example
White with #72445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72445E; }
p { color: rgb(114,68,94); }
H1.HeaderClassName
{
color: #72445E;
}
.AnyTagClassName
{
color: #72445E;
}
</style>
background-color css
<style>
a { background-color: #72445E; }
a { background-color: rgb(114,68,94); }
div.DivClassName
{
background-color: #72445E;
}
.BgClassName
{
background-color: #72445E;
}
</style>
border-color css
<style>
span { border-color: #72445E; }
span { border-color: rgb(114,68,94); }
td.TdClassName
{
border-color: #72445E;
}
.TagClassName
{
border-color: #72445E;
}
</style>