Shades of Cosmic #7E425A
Tints of Cosmic #7E425A
RGB
CMYK
RGB Variations
Color information
#7E425A (or 0x7E425A) is known color: Cosmic. HEX triplet: 7E, 42 and 5A. RGB value is (126,66,90). Sum of RGB (Red+Green+Blue) = 126+66+90=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E425A is #81BDA5. Grayscale: #565656. Windows color (decimal): -8502694 or 5915262. OLE color: 5915262.
HSL color Cylindrical-coordinate representation of color #7E425A: hue angle of 336º 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 #7E425A is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 90 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.51 |
| HSL | 336º | 0.31% | 0.38% | - |
| HSV(B) | 336º | 0.48% | 0.49% | - |
| XYZ | 12.4 | 9.07 | 10.77 | - |
| YUV | 86.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 90 | 0 | 0.48 | 0.29 | 0.51 | 336 | 0.31 | 0.38 |
| Hex | 7E | 42 | 5A | 0 | 30 | 1D | 33 | 150 | 1F | 26 |
| Octal | 176 | 102 | 132 | 0 | 60 | 35 | 63 | 520 | 37 | 46 |
| Binary | 1111110 | 1000010 | 1011010 | 0 | 110000 | 11101 | 110011 | 101010000 | 11111 | 100110 |
Color Harmonies of #7E425A
Complementary color
Monochromatic Colors of #7E425A
Black with #7E425A
Text Example
Text Example
White with #7E425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E425A; }
p { color: rgb(126,66,90); }
H1.HeaderClassName
{
color: #7E425A;
}
.AnyTagClassName
{
color: #7E425A;
}
</style>
background-color css
<style>
a { background-color: #7E425A; }
a { background-color: rgb(126,66,90); }
div.DivClassName
{
background-color: #7E425A;
}
.BgClassName
{
background-color: #7E425A;
}
</style>
border-color css
<style>
span { border-color: #7E425A; }
span { border-color: rgb(126,66,90); }
td.TdClassName
{
border-color: #7E425A;
}
.TagClassName
{
border-color: #7E425A;
}
</style>