Shades of Cosmic #72445C
Tints of Cosmic #72445C
RGB
CMYK
RGB Variations
Color information
#72445C (or 0x72445C) is known color: Cosmic. HEX triplet: 72, 44 and 5C. RGB value is (114,68,92). Sum of RGB (Red+Green+Blue) = 114+68+92=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72445C is #8DBBA3. Grayscale: #545454. Windows color (decimal): -9288612 or 6046834. OLE color: 6046834.
HSL color Cylindrical-coordinate representation of color #72445C: hue angle of 328.7º 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 #72445C is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 92 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.55 |
| HSL | 328.7º | 0.25% | 0.36% | - |
| HSV(B) | 328.7º | 0.4% | 0.45% | - |
| XYZ | 10.94 | 8.48 | 11.19 | - |
| YUV | 84.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 92 | 0 | 0.40 | 0.19 | 0.55 | 328.7 | 0.25 | 0.36 |
| Hex | 72 | 44 | 5C | 0 | 28 | 13 | 37 | 149 | 19 | 24 |
| Octal | 162 | 104 | 134 | 0 | 50 | 23 | 67 | 511 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1011100 | 0 | 101000 | 10011 | 110111 | 101001001 | 11001 | 100100 |
Color Harmonies of #72445C
Complementary color
Monochromatic Colors of #72445C
Black with #72445C
Text Example
Text Example
White with #72445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72445C; }
p { color: rgb(114,68,92); }
H1.HeaderClassName
{
color: #72445C;
}
.AnyTagClassName
{
color: #72445C;
}
</style>
background-color css
<style>
a { background-color: #72445C; }
a { background-color: rgb(114,68,92); }
div.DivClassName
{
background-color: #72445C;
}
.BgClassName
{
background-color: #72445C;
}
</style>
border-color css
<style>
span { border-color: #72445C; }
span { border-color: rgb(114,68,92); }
td.TdClassName
{
border-color: #72445C;
}
.TagClassName
{
border-color: #72445C;
}
</style>