Shades of Cosmic #7E5B6D
Tints of Cosmic #7E5B6D
RGB
CMYK
RGB Variations
Color information
#7E5B6D (or 0x7E5B6D) is known color: Cosmic. HEX triplet: 7E, 5B and 6D. RGB value is (126,91,109). Sum of RGB (Red+Green+Blue) = 126+91+109=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B6D is #81A492. Grayscale: #676767. Windows color (decimal): -8496275 or 7166846. OLE color: 7166846.
HSL color Cylindrical-coordinate representation of color #7E5B6D: hue angle of 329.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E5B6D is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 91 | 109 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.51 |
| HSL | 329.14º | 0.16% | 0.43% | - |
| HSV(B) | 329.14º | 0.28% | 0.49% | - |
| XYZ | 15.11 | 13.02 | 16.19 | - |
| YUV | 103.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 109 | 0 | 0.28 | 0.13 | 0.51 | 329.14 | 0.16 | 0.43 |
| Hex | 7E | 5B | 6D | 0 | 1C | D | 33 | 149 | 10 | 2B |
| Octal | 176 | 133 | 155 | 0 | 34 | 15 | 63 | 511 | 20 | 53 |
| Binary | 1111110 | 1011011 | 1101101 | 0 | 11100 | 1101 | 110011 | 101001001 | 10000 | 101011 |
Color Harmonies of #7E5B6D
Complementary color
Monochromatic Colors of #7E5B6D
Black with #7E5B6D
Text Example
Text Example
White with #7E5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5B6D; }
p { color: rgb(126,91,109); }
H1.HeaderClassName
{
color: #7E5B6D;
}
.AnyTagClassName
{
color: #7E5B6D;
}
</style>
background-color css
<style>
a { background-color: #7E5B6D; }
a { background-color: rgb(126,91,109); }
div.DivClassName
{
background-color: #7E5B6D;
}
.BgClassName
{
background-color: #7E5B6D;
}
</style>
border-color css
<style>
span { border-color: #7E5B6D; }
span { border-color: rgb(126,91,109); }
td.TdClassName
{
border-color: #7E5B6D;
}
.TagClassName
{
border-color: #7E5B6D;
}
</style>