Shades of Cosmic #7E426F
Tints of Cosmic #7E426F
RGB
CMYK
RGB Variations
Color information
#7E426F (or 0x7E426F) is known color: Cosmic. HEX triplet: 7E, 42 and 6F. RGB value is (126,66,111). Sum of RGB (Red+Green+Blue) = 126+66+111=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E426F is #81BD90. Grayscale: #585858. Windows color (decimal): -8502673 or 7291518. OLE color: 7291518.
HSL color Cylindrical-coordinate representation of color #7E426F: hue angle of 315º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E426F is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 111 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.51 |
| HSL | 315º | 0.31% | 0.38% | - |
| HSV(B) | 315º | 0.48% | 0.49% | - |
| XYZ | 13.42 | 9.48 | 16.16 | - |
| YUV | 89.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 111 | 0 | 0.48 | 0.12 | 0.51 | 315 | 0.31 | 0.38 |
| Hex | 7E | 42 | 6F | 0 | 30 | C | 33 | 13B | 1F | 26 |
| Octal | 176 | 102 | 157 | 0 | 60 | 14 | 63 | 473 | 37 | 46 |
| Binary | 1111110 | 1000010 | 1101111 | 0 | 110000 | 1100 | 110011 | 100111011 | 11111 | 100110 |
Color Harmonies of #7E426F
Complementary color
Monochromatic Colors of #7E426F
Black with #7E426F
Text Example
Text Example
White with #7E426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E426F; }
p { color: rgb(126,66,111); }
H1.HeaderClassName
{
color: #7E426F;
}
.AnyTagClassName
{
color: #7E426F;
}
</style>
background-color css
<style>
a { background-color: #7E426F; }
a { background-color: rgb(126,66,111); }
div.DivClassName
{
background-color: #7E426F;
}
.BgClassName
{
background-color: #7E426F;
}
</style>
border-color css
<style>
span { border-color: #7E426F; }
span { border-color: rgb(126,66,111); }
td.TdClassName
{
border-color: #7E426F;
}
.TagClassName
{
border-color: #7E426F;
}
</style>