Shades of Cosmic #7E3766
Tints of Cosmic #7E3766
RGB
CMYK
RGB Variations
Color information
#7E3766 (or 0x7E3766) is known color: Cosmic. HEX triplet: 7E, 37 and 66. RGB value is (126,55,102). Sum of RGB (Red+Green+Blue) = 126+55+102=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3766 is #81C899. Grayscale: #515151. Windows color (decimal): -8505498 or 6698878. OLE color: 6698878.
HSL color Cylindrical-coordinate representation of color #7E3766: hue angle of 320.28º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3766 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 102 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.51 |
| HSL | 320.28º | 0.39% | 0.35% | - |
| HSV(B) | 320.28º | 0.56% | 0.49% | - |
| XYZ | 12.37 | 8.13 | 13.49 | - |
| YUV | 81.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 102 | 0 | 0.56 | 0.19 | 0.51 | 320.28 | 0.39 | 0.35 |
| Hex | 7E | 37 | 66 | 0 | 38 | 13 | 33 | 140 | 27 | 23 |
| Octal | 176 | 67 | 146 | 0 | 70 | 23 | 63 | 500 | 47 | 43 |
| Binary | 1111110 | 110111 | 1100110 | 0 | 111000 | 10011 | 110011 | 101000000 | 100111 | 100011 |
Color Harmonies of #7E3766
Complementary color
Monochromatic Colors of #7E3766
Black with #7E3766
Text Example
Text Example
White with #7E3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3766; }
p { color: rgb(126,55,102); }
H1.HeaderClassName
{
color: #7E3766;
}
.AnyTagClassName
{
color: #7E3766;
}
</style>
background-color css
<style>
a { background-color: #7E3766; }
a { background-color: rgb(126,55,102); }
div.DivClassName
{
background-color: #7E3766;
}
.BgClassName
{
background-color: #7E3766;
}
</style>
border-color css
<style>
span { border-color: #7E3766; }
span { border-color: rgb(126,55,102); }
td.TdClassName
{
border-color: #7E3766;
}
.TagClassName
{
border-color: #7E3766;
}
</style>