Shades of Cosmic #7E4963
Tints of Cosmic #7E4963
RGB
CMYK
RGB Variations
Color information
#7E4963 (or 0x7E4963) is known color: Cosmic. HEX triplet: 7E, 49 and 63. RGB value is (126,73,99). Sum of RGB (Red+Green+Blue) = 126+73+99=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4963 is #81B69C. Grayscale: #5B5B5B. Windows color (decimal): -8500893 or 6506878. OLE color: 6506878.
HSL color Cylindrical-coordinate representation of color #7E4963: hue angle of 330.57º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E4963 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 73 | 99 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.51 |
| HSL | 330.57º | 0.27% | 0.39% | - |
| HSV(B) | 330.57º | 0.42% | 0.49% | - |
| XYZ | 13.24 | 10.1 | 13.06 | - |
| YUV | 91.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 73 | 99 | 0 | 0.42 | 0.21 | 0.51 | 330.57 | 0.27 | 0.39 |
| Hex | 7E | 49 | 63 | 0 | 2A | 15 | 33 | 14B | 1B | 27 |
| Octal | 176 | 111 | 143 | 0 | 52 | 25 | 63 | 513 | 33 | 47 |
| Binary | 1111110 | 1001001 | 1100011 | 0 | 101010 | 10101 | 110011 | 101001011 | 11011 | 100111 |
Color Harmonies of #7E4963
Complementary color
Monochromatic Colors of #7E4963
Black with #7E4963
Text Example
Text Example
White with #7E4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4963; }
p { color: rgb(126,73,99); }
H1.HeaderClassName
{
color: #7E4963;
}
.AnyTagClassName
{
color: #7E4963;
}
</style>
background-color css
<style>
a { background-color: #7E4963; }
a { background-color: rgb(126,73,99); }
div.DivClassName
{
background-color: #7E4963;
}
.BgClassName
{
background-color: #7E4963;
}
</style>
border-color css
<style>
span { border-color: #7E4963; }
span { border-color: rgb(126,73,99); }
td.TdClassName
{
border-color: #7E4963;
}
.TagClassName
{
border-color: #7E4963;
}
</style>