Shades of Cosmic #7E4462
Tints of Cosmic #7E4462
RGB
CMYK
RGB Variations
Color information
#7E4462 (or 0x7E4462) is known color: Cosmic. HEX triplet: 7E, 44 and 62. RGB value is (126,68,98). Sum of RGB (Red+Green+Blue) = 126+68+98=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4462 is #81BB9D. Grayscale: #585858. Windows color (decimal): -8502174 or 6440062. OLE color: 6440062.
HSL color Cylindrical-coordinate representation of color #7E4462: hue angle of 328.97º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4462 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 68 | 98 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.51 |
| HSL | 328.97º | 0.3% | 0.38% | - |
| HSV(B) | 328.97º | 0.46% | 0.49% | - |
| XYZ | 12.88 | 9.45 | 12.7 | - |
| YUV | 88.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 98 | 0 | 0.46 | 0.22 | 0.51 | 328.97 | 0.3 | 0.38 |
| Hex | 7E | 44 | 62 | 0 | 2E | 16 | 33 | 149 | 1E | 26 |
| Octal | 176 | 104 | 142 | 0 | 56 | 26 | 63 | 511 | 36 | 46 |
| Binary | 1111110 | 1000100 | 1100010 | 0 | 101110 | 10110 | 110011 | 101001001 | 11110 | 100110 |
Color Harmonies of #7E4462
Complementary color
Monochromatic Colors of #7E4462
Black with #7E4462
Text Example
Text Example
White with #7E4462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4462; }
p { color: rgb(126,68,98); }
H1.HeaderClassName
{
color: #7E4462;
}
.AnyTagClassName
{
color: #7E4462;
}
</style>
background-color css
<style>
a { background-color: #7E4462; }
a { background-color: rgb(126,68,98); }
div.DivClassName
{
background-color: #7E4462;
}
.BgClassName
{
background-color: #7E4462;
}
</style>
border-color css
<style>
span { border-color: #7E4462; }
span { border-color: rgb(126,68,98); }
td.TdClassName
{
border-color: #7E4462;
}
.TagClassName
{
border-color: #7E4462;
}
</style>