Shades of Cosmic #7E5162
Tints of Cosmic #7E5162
RGB
CMYK
RGB Variations
Color information
#7E5162 (or 0x7E5162) is known color: Cosmic. HEX triplet: 7E, 51 and 62. RGB value is (126,81,98). Sum of RGB (Red+Green+Blue) = 126+81+98=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5162 is #81AE9D. Grayscale: #606060. Windows color (decimal): -8498846 or 6443390. OLE color: 6443390.
HSL color Cylindrical-coordinate representation of color #7E5162: hue angle of 337.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E5162 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 98 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.51 |
| HSL | 337.33º | 0.22% | 0.41% | - |
| HSV(B) | 337.33º | 0.36% | 0.49% | - |
| XYZ | 13.75 | 11.2 | 12.99 | - |
| YUV | 96.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 98 | 0 | 0.36 | 0.22 | 0.51 | 337.33 | 0.22 | 0.41 |
| Hex | 7E | 51 | 62 | 0 | 24 | 16 | 33 | 151 | 16 | 29 |
| Octal | 176 | 121 | 142 | 0 | 44 | 26 | 63 | 521 | 26 | 51 |
| Binary | 1111110 | 1010001 | 1100010 | 0 | 100100 | 10110 | 110011 | 101010001 | 10110 | 101001 |
Color Harmonies of #7E5162
Complementary color
Monochromatic Colors of #7E5162
Black with #7E5162
Text Example
Text Example
White with #7E5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5162; }
p { color: rgb(126,81,98); }
H1.HeaderClassName
{
color: #7E5162;
}
.AnyTagClassName
{
color: #7E5162;
}
</style>
background-color css
<style>
a { background-color: #7E5162; }
a { background-color: rgb(126,81,98); }
div.DivClassName
{
background-color: #7E5162;
}
.BgClassName
{
background-color: #7E5162;
}
</style>
border-color css
<style>
span { border-color: #7E5162; }
span { border-color: rgb(126,81,98); }
td.TdClassName
{
border-color: #7E5162;
}
.TagClassName
{
border-color: #7E5162;
}
</style>