Shades of Cosmic #7E5064
Tints of Cosmic #7E5064
RGB
CMYK
RGB Variations
Color information
#7E5064 (or 0x7E5064) is known color: Cosmic. HEX triplet: 7E, 50 and 64. RGB value is (126,80,100). Sum of RGB (Red+Green+Blue) = 126+80+100=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5064 is #81AF9B. Grayscale: #606060. Windows color (decimal): -8499100 or 6574206. OLE color: 6574206.
HSL color Cylindrical-coordinate representation of color #7E5064: hue angle of 333.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5064 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 100 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.51 |
| HSL | 333.91º | 0.22% | 0.4% | - |
| HSV(B) | 333.91º | 0.37% | 0.49% | - |
| XYZ | 13.77 | 11.09 | 13.47 | - |
| YUV | 96.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 100 | 0 | 0.37 | 0.21 | 0.51 | 333.91 | 0.22 | 0.4 |
| Hex | 7E | 50 | 64 | 0 | 25 | 15 | 33 | 14E | 16 | 28 |
| Octal | 176 | 120 | 144 | 0 | 45 | 25 | 63 | 516 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1100100 | 0 | 100101 | 10101 | 110011 | 101001110 | 10110 | 101000 |
Color Harmonies of #7E5064
Complementary color
Monochromatic Colors of #7E5064
Black with #7E5064
Text Example
Text Example
White with #7E5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5064; }
p { color: rgb(126,80,100); }
H1.HeaderClassName
{
color: #7E5064;
}
.AnyTagClassName
{
color: #7E5064;
}
</style>
background-color css
<style>
a { background-color: #7E5064; }
a { background-color: rgb(126,80,100); }
div.DivClassName
{
background-color: #7E5064;
}
.BgClassName
{
background-color: #7E5064;
}
</style>
border-color css
<style>
span { border-color: #7E5064; }
span { border-color: rgb(126,80,100); }
td.TdClassName
{
border-color: #7E5064;
}
.TagClassName
{
border-color: #7E5064;
}
</style>