Shades of Cosmic #7E4257
Tints of Cosmic #7E4257
RGB
CMYK
RGB Variations
Color information
#7E4257 (or 0x7E4257) is known color: Cosmic. HEX triplet: 7E, 42 and 57. RGB value is (126,66,87). Sum of RGB (Red+Green+Blue) = 126+66+87=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4257 is #81BDA8. Grayscale: #565656. Windows color (decimal): -8502697 or 5718654. OLE color: 5718654.
HSL color Cylindrical-coordinate representation of color #7E4257: hue angle of 339º 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 #7E4257 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 87 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.51 |
| HSL | 339º | 0.31% | 0.38% | - |
| HSV(B) | 339º | 0.48% | 0.49% | - |
| XYZ | 12.27 | 9.02 | 10.11 | - |
| YUV | 86.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 87 | 0 | 0.48 | 0.31 | 0.51 | 339 | 0.31 | 0.38 |
| Hex | 7E | 42 | 57 | 0 | 30 | 1F | 33 | 153 | 1F | 26 |
| Octal | 176 | 102 | 127 | 0 | 60 | 37 | 63 | 523 | 37 | 46 |
| Binary | 1111110 | 1000010 | 1010111 | 0 | 110000 | 11111 | 110011 | 101010011 | 11111 | 100110 |
Color Harmonies of #7E4257
Complementary color
Monochromatic Colors of #7E4257
Black with #7E4257
Text Example
Text Example
White with #7E4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4257; }
p { color: rgb(126,66,87); }
H1.HeaderClassName
{
color: #7E4257;
}
.AnyTagClassName
{
color: #7E4257;
}
</style>
background-color css
<style>
a { background-color: #7E4257; }
a { background-color: rgb(126,66,87); }
div.DivClassName
{
background-color: #7E4257;
}
.BgClassName
{
background-color: #7E4257;
}
</style>
border-color css
<style>
span { border-color: #7E4257; }
span { border-color: rgb(126,66,87); }
td.TdClassName
{
border-color: #7E4257;
}
.TagClassName
{
border-color: #7E4257;
}
</style>