Shades of Cosmic #7E455C
Tints of Cosmic #7E455C
RGB
CMYK
RGB Variations
Color information
#7E455C (or 0x7E455C) is known color: Cosmic. HEX triplet: 7E, 45 and 5C. RGB value is (126,69,92). Sum of RGB (Red+Green+Blue) = 126+69+92=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E455C is #81BAA3. Grayscale: #585858. Windows color (decimal): -8501924 or 6047102. OLE color: 6047102.
HSL color Cylindrical-coordinate representation of color #7E455C: hue angle of 335.79º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E455C is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 69 | 92 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.51 |
| HSL | 335.79º | 0.29% | 0.38% | - |
| HSV(B) | 335.79º | 0.45% | 0.49% | - |
| XYZ | 12.66 | 9.46 | 11.28 | - |
| YUV | 88.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 92 | 0 | 0.45 | 0.27 | 0.51 | 335.79 | 0.29 | 0.38 |
| Hex | 7E | 45 | 5C | 0 | 2D | 1B | 33 | 150 | 1D | 26 |
| Octal | 176 | 105 | 134 | 0 | 55 | 33 | 63 | 520 | 35 | 46 |
| Binary | 1111110 | 1000101 | 1011100 | 0 | 101101 | 11011 | 110011 | 101010000 | 11101 | 100110 |
Color Harmonies of #7E455C
Complementary color
Monochromatic Colors of #7E455C
Black with #7E455C
Text Example
Text Example
White with #7E455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E455C; }
p { color: rgb(126,69,92); }
H1.HeaderClassName
{
color: #7E455C;
}
.AnyTagClassName
{
color: #7E455C;
}
</style>
background-color css
<style>
a { background-color: #7E455C; }
a { background-color: rgb(126,69,92); }
div.DivClassName
{
background-color: #7E455C;
}
.BgClassName
{
background-color: #7E455C;
}
</style>
border-color css
<style>
span { border-color: #7E455C; }
span { border-color: rgb(126,69,92); }
td.TdClassName
{
border-color: #7E455C;
}
.TagClassName
{
border-color: #7E455C;
}
</style>