Shades of Cosmic #7E3665
Tints of Cosmic #7E3665
RGB
CMYK
RGB Variations
Color information
#7E3665 (or 0x7E3665) is known color: Cosmic. HEX triplet: 7E, 36 and 65. RGB value is (126,54,101). Sum of RGB (Red+Green+Blue) = 126+54+101=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3665 is #81C99A. Grayscale: #505050. Windows color (decimal): -8505755 or 6633086. OLE color: 6633086.
HSL color Cylindrical-coordinate representation of color #7E3665: hue angle of 320.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3665 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 101 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.51 |
| HSL | 320.83º | 0.4% | 0.35% | - |
| HSV(B) | 320.83º | 0.57% | 0.49% | - |
| XYZ | 12.27 | 8.01 | 13.21 | - |
| YUV | 80.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 101 | 0 | 0.57 | 0.20 | 0.51 | 320.83 | 0.4 | 0.35 |
| Hex | 7E | 36 | 65 | 0 | 39 | 14 | 33 | 141 | 28 | 23 |
| Octal | 176 | 66 | 145 | 0 | 71 | 24 | 63 | 501 | 50 | 43 |
| Binary | 1111110 | 110110 | 1100101 | 0 | 111001 | 10100 | 110011 | 101000001 | 101000 | 100011 |
Color Harmonies of #7E3665
Complementary color
Monochromatic Colors of #7E3665
Black with #7E3665
Text Example
Text Example
White with #7E3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3665; }
p { color: rgb(126,54,101); }
H1.HeaderClassName
{
color: #7E3665;
}
.AnyTagClassName
{
color: #7E3665;
}
</style>
background-color css
<style>
a { background-color: #7E3665; }
a { background-color: rgb(126,54,101); }
div.DivClassName
{
background-color: #7E3665;
}
.BgClassName
{
background-color: #7E3665;
}
</style>
border-color css
<style>
span { border-color: #7E3665; }
span { border-color: rgb(126,54,101); }
td.TdClassName
{
border-color: #7E3665;
}
.TagClassName
{
border-color: #7E3665;
}
</style>