Shades of Cosmic #7E3E67
Tints of Cosmic #7E3E67
RGB
CMYK
RGB Variations
Color information
#7E3E67 (or 0x7E3E67) is known color: Cosmic. HEX triplet: 7E, 3E and 67. RGB value is (126,62,103). Sum of RGB (Red+Green+Blue) = 126+62+103=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3E67 is #81C198. Grayscale: #555555. Windows color (decimal): -8503705 or 6766206. OLE color: 6766206.
HSL color Cylindrical-coordinate representation of color #7E3E67: hue angle of 321.56º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E3E67 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 103 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.51 |
| HSL | 321.56º | 0.34% | 0.37% | - |
| HSV(B) | 321.56º | 0.51% | 0.49% | - |
| XYZ | 12.77 | 8.86 | 13.87 | - |
| YUV | 85.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 103 | 0 | 0.51 | 0.18 | 0.51 | 321.56 | 0.34 | 0.37 |
| Hex | 7E | 3E | 67 | 0 | 33 | 12 | 33 | 142 | 22 | 25 |
| Octal | 176 | 76 | 147 | 0 | 63 | 22 | 63 | 502 | 42 | 45 |
| Binary | 1111110 | 111110 | 1100111 | 0 | 110011 | 10010 | 110011 | 101000010 | 100010 | 100101 |
Color Harmonies of #7E3E67
Complementary color
Monochromatic Colors of #7E3E67
Black with #7E3E67
Text Example
Text Example
White with #7E3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E67; }
p { color: rgb(126,62,103); }
H1.HeaderClassName
{
color: #7E3E67;
}
.AnyTagClassName
{
color: #7E3E67;
}
</style>
background-color css
<style>
a { background-color: #7E3E67; }
a { background-color: rgb(126,62,103); }
div.DivClassName
{
background-color: #7E3E67;
}
.BgClassName
{
background-color: #7E3E67;
}
</style>
border-color css
<style>
span { border-color: #7E3E67; }
span { border-color: rgb(126,62,103); }
td.TdClassName
{
border-color: #7E3E67;
}
.TagClassName
{
border-color: #7E3E67;
}
</style>