Shades of Cosmic #7E4463
Tints of Cosmic #7E4463
RGB
CMYK
RGB Variations
Color information
#7E4463 (or 0x7E4463) is known color: Cosmic. HEX triplet: 7E, 44 and 63. RGB value is (126,68,99). Sum of RGB (Red+Green+Blue) = 126+68+99=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4463 is #81BB9C. Grayscale: #585858. Windows color (decimal): -8502173 or 6505598. OLE color: 6505598.
HSL color Cylindrical-coordinate representation of color #7E4463: hue angle of 327.93º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4463 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 68 | 99 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.51 |
| HSL | 327.93º | 0.3% | 0.38% | - |
| HSV(B) | 327.93º | 0.46% | 0.49% | - |
| XYZ | 12.92 | 9.47 | 12.95 | - |
| YUV | 88.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 99 | 0 | 0.46 | 0.21 | 0.51 | 327.93 | 0.3 | 0.38 |
| Hex | 7E | 44 | 63 | 0 | 2E | 15 | 33 | 148 | 1E | 26 |
| Octal | 176 | 104 | 143 | 0 | 56 | 25 | 63 | 510 | 36 | 46 |
| Binary | 1111110 | 1000100 | 1100011 | 0 | 101110 | 10101 | 110011 | 101001000 | 11110 | 100110 |
Color Harmonies of #7E4463
Complementary color
Monochromatic Colors of #7E4463
Black with #7E4463
Text Example
Text Example
White with #7E4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4463; }
p { color: rgb(126,68,99); }
H1.HeaderClassName
{
color: #7E4463;
}
.AnyTagClassName
{
color: #7E4463;
}
</style>
background-color css
<style>
a { background-color: #7E4463; }
a { background-color: rgb(126,68,99); }
div.DivClassName
{
background-color: #7E4463;
}
.BgClassName
{
background-color: #7E4463;
}
</style>
border-color css
<style>
span { border-color: #7E4463; }
span { border-color: rgb(126,68,99); }
td.TdClassName
{
border-color: #7E4463;
}
.TagClassName
{
border-color: #7E4463;
}
</style>