Shades of Cosmic #7E5B6B
Tints of Cosmic #7E5B6B
RGB
CMYK
RGB Variations
Color information
#7E5B6B (or 0x7E5B6B) is known color: Cosmic. HEX triplet: 7E, 5B and 6B. RGB value is (126,91,107). Sum of RGB (Red+Green+Blue) = 126+91+107=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B6B is #81A494. Grayscale: #676767. Windows color (decimal): -8496277 or 7035774. OLE color: 7035774.
HSL color Cylindrical-coordinate representation of color #7E5B6B: hue angle of 332.57º 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 #7E5B6B is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 91 | 107 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.51 |
| HSL | 332.57º | 0.16% | 0.43% | - |
| HSV(B) | 332.57º | 0.28% | 0.49% | - |
| XYZ | 15 | 12.98 | 15.62 | - |
| YUV | 103.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 107 | 0 | 0.28 | 0.15 | 0.51 | 332.57 | 0.16 | 0.43 |
| Hex | 7E | 5B | 6B | 0 | 1C | F | 33 | 14D | 10 | 2B |
| Octal | 176 | 133 | 153 | 0 | 34 | 17 | 63 | 515 | 20 | 53 |
| Binary | 1111110 | 1011011 | 1101011 | 0 | 11100 | 1111 | 110011 | 101001101 | 10000 | 101011 |
Color Harmonies of #7E5B6B
Complementary color
Monochromatic Colors of #7E5B6B
Black with #7E5B6B
Text Example
Text Example
White with #7E5B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5B6B; }
p { color: rgb(126,91,107); }
H1.HeaderClassName
{
color: #7E5B6B;
}
.AnyTagClassName
{
color: #7E5B6B;
}
</style>
background-color css
<style>
a { background-color: #7E5B6B; }
a { background-color: rgb(126,91,107); }
div.DivClassName
{
background-color: #7E5B6B;
}
.BgClassName
{
background-color: #7E5B6B;
}
</style>
border-color css
<style>
span { border-color: #7E5B6B; }
span { border-color: rgb(126,91,107); }
td.TdClassName
{
border-color: #7E5B6B;
}
.TagClassName
{
border-color: #7E5B6B;
}
</style>