Shades of Cosmic #7E406A
Tints of Cosmic #7E406A
RGB
CMYK
RGB Variations
Color information
#7E406A (or 0x7E406A) is known color: Cosmic. HEX triplet: 7E, 40 and 6A. RGB value is (126,64,106). Sum of RGB (Red+Green+Blue) = 126+64+106=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E406A is #81BF95. Grayscale: #575757. Windows color (decimal): -8503190 or 6963326. OLE color: 6963326.
HSL color Cylindrical-coordinate representation of color #7E406A: hue angle of 319.35º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E406A is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 106 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.51 |
| HSL | 319.35º | 0.33% | 0.37% | - |
| HSV(B) | 319.35º | 0.49% | 0.49% | - |
| XYZ | 13.04 | 9.14 | 14.71 | - |
| YUV | 87.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 106 | 0 | 0.49 | 0.16 | 0.51 | 319.35 | 0.33 | 0.37 |
| Hex | 7E | 40 | 6A | 0 | 31 | 10 | 33 | 13F | 21 | 25 |
| Octal | 176 | 100 | 152 | 0 | 61 | 20 | 63 | 477 | 41 | 45 |
| Binary | 1111110 | 1000000 | 1101010 | 0 | 110001 | 10000 | 110011 | 100111111 | 100001 | 100101 |
Color Harmonies of #7E406A
Complementary color
Monochromatic Colors of #7E406A
Black with #7E406A
Text Example
Text Example
White with #7E406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E406A; }
p { color: rgb(126,64,106); }
H1.HeaderClassName
{
color: #7E406A;
}
.AnyTagClassName
{
color: #7E406A;
}
</style>
background-color css
<style>
a { background-color: #7E406A; }
a { background-color: rgb(126,64,106); }
div.DivClassName
{
background-color: #7E406A;
}
.BgClassName
{
background-color: #7E406A;
}
</style>
border-color css
<style>
span { border-color: #7E406A; }
span { border-color: rgb(126,64,106); }
td.TdClassName
{
border-color: #7E406A;
}
.TagClassName
{
border-color: #7E406A;
}
</style>