Shades of Cosmic #72425E
Tints of Cosmic #72425E
RGB
CMYK
RGB Variations
Color information
#72425E (or 0x72425E) is known color: Cosmic. HEX triplet: 72, 42 and 5E. RGB value is (114,66,94). Sum of RGB (Red+Green+Blue) = 114+66+94=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72425E is #8DBDA1. Grayscale: #535353. Windows color (decimal): -9289122 or 6177394. OLE color: 6177394.
HSL color Cylindrical-coordinate representation of color #72425E: hue angle of 325º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72425E is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 94 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.55 |
| HSL | 325º | 0.27% | 0.35% | - |
| HSV(B) | 325º | 0.42% | 0.45% | - |
| XYZ | 10.91 | 8.28 | 11.61 | - |
| YUV | 83.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 94 | 0 | 0.42 | 0.18 | 0.55 | 325 | 0.27 | 0.35 |
| Hex | 72 | 42 | 5E | 0 | 2A | 12 | 37 | 145 | 1B | 23 |
| Octal | 162 | 102 | 136 | 0 | 52 | 22 | 67 | 505 | 33 | 43 |
| Binary | 1110010 | 1000010 | 1011110 | 0 | 101010 | 10010 | 110111 | 101000101 | 11011 | 100011 |
Color Harmonies of #72425E
Complementary color
Monochromatic Colors of #72425E
Black with #72425E
Text Example
Text Example
White with #72425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72425E; }
p { color: rgb(114,66,94); }
H1.HeaderClassName
{
color: #72425E;
}
.AnyTagClassName
{
color: #72425E;
}
</style>
background-color css
<style>
a { background-color: #72425E; }
a { background-color: rgb(114,66,94); }
div.DivClassName
{
background-color: #72425E;
}
.BgClassName
{
background-color: #72425E;
}
</style>
border-color css
<style>
span { border-color: #72425E; }
span { border-color: rgb(114,66,94); }
td.TdClassName
{
border-color: #72425E;
}
.TagClassName
{
border-color: #72425E;
}
</style>