Shades of Cosmic #7E4A5F
Tints of Cosmic #7E4A5F
RGB
CMYK
RGB Variations
Color information
#7E4A5F (or 0x7E4A5F) is known color: Cosmic. HEX triplet: 7E, 4A and 5F. RGB value is (126,74,95). Sum of RGB (Red+Green+Blue) = 126+74+95=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4A5F is #81B5A0. Grayscale: #5B5B5B. Windows color (decimal): -8500641 or 6244990. OLE color: 6244990.
HSL color Cylindrical-coordinate representation of color #7E4A5F: hue angle of 335.77º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E4A5F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 74 | 95 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.51 |
| HSL | 335.77º | 0.26% | 0.39% | - |
| HSV(B) | 335.77º | 0.41% | 0.49% | - |
| XYZ | 13.12 | 10.16 | 12.1 | - |
| YUV | 91.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 95 | 0 | 0.41 | 0.25 | 0.51 | 335.77 | 0.26 | 0.39 |
| Hex | 7E | 4A | 5F | 0 | 29 | 19 | 33 | 150 | 1A | 27 |
| Octal | 176 | 112 | 137 | 0 | 51 | 31 | 63 | 520 | 32 | 47 |
| Binary | 1111110 | 1001010 | 1011111 | 0 | 101001 | 11001 | 110011 | 101010000 | 11010 | 100111 |
Color Harmonies of #7E4A5F
Complementary color
Monochromatic Colors of #7E4A5F
Black with #7E4A5F
Text Example
Text Example
White with #7E4A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4A5F; }
p { color: rgb(126,74,95); }
H1.HeaderClassName
{
color: #7E4A5F;
}
.AnyTagClassName
{
color: #7E4A5F;
}
</style>
background-color css
<style>
a { background-color: #7E4A5F; }
a { background-color: rgb(126,74,95); }
div.DivClassName
{
background-color: #7E4A5F;
}
.BgClassName
{
background-color: #7E4A5F;
}
</style>
border-color css
<style>
span { border-color: #7E4A5F; }
span { border-color: rgb(126,74,95); }
td.TdClassName
{
border-color: #7E4A5F;
}
.TagClassName
{
border-color: #7E4A5F;
}
</style>