Shades of Cosmic #7E425B
Tints of Cosmic #7E425B
RGB
CMYK
RGB Variations
Color information
#7E425B (or 0x7E425B) is known color: Cosmic. HEX triplet: 7E, 42 and 5B. RGB value is (126,66,91). Sum of RGB (Red+Green+Blue) = 126+66+91=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E425B is #81BDA4. Grayscale: #565656. Windows color (decimal): -8502693 or 5980798. OLE color: 5980798.
HSL color Cylindrical-coordinate representation of color #7E425B: hue angle of 335º 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 #7E425B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 91 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.51 |
| HSL | 335º | 0.31% | 0.38% | - |
| HSV(B) | 335º | 0.48% | 0.49% | - |
| XYZ | 12.44 | 9.09 | 11 | - |
| YUV | 86.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 91 | 0 | 0.48 | 0.28 | 0.51 | 335 | 0.31 | 0.38 |
| Hex | 7E | 42 | 5B | 0 | 30 | 1C | 33 | 14F | 1F | 26 |
| Octal | 176 | 102 | 133 | 0 | 60 | 34 | 63 | 517 | 37 | 46 |
| Binary | 1111110 | 1000010 | 1011011 | 0 | 110000 | 11100 | 110011 | 101001111 | 11111 | 100110 |
Color Harmonies of #7E425B
Complementary color
Monochromatic Colors of #7E425B
Black with #7E425B
Text Example
Text Example
White with #7E425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E425B; }
p { color: rgb(126,66,91); }
H1.HeaderClassName
{
color: #7E425B;
}
.AnyTagClassName
{
color: #7E425B;
}
</style>
background-color css
<style>
a { background-color: #7E425B; }
a { background-color: rgb(126,66,91); }
div.DivClassName
{
background-color: #7E425B;
}
.BgClassName
{
background-color: #7E425B;
}
</style>
border-color css
<style>
span { border-color: #7E425B; }
span { border-color: rgb(126,66,91); }
td.TdClassName
{
border-color: #7E425B;
}
.TagClassName
{
border-color: #7E425B;
}
</style>