Shades of Cosmic #7E596B
Tints of Cosmic #7E596B
RGB
CMYK
RGB Variations
Color information
#7E596B (or 0x7E596B) is known color: Cosmic. HEX triplet: 7E, 59 and 6B. RGB value is (126,89,107). Sum of RGB (Red+Green+Blue) = 126+89+107=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E596B is #81A694. Grayscale: #666666. Windows color (decimal): -8496789 or 7035262. OLE color: 7035262.
HSL color Cylindrical-coordinate representation of color #7E596B: hue angle of 330.81º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E596B is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 89 | 107 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.51 |
| HSL | 330.81º | 0.17% | 0.42% | - |
| HSV(B) | 330.81º | 0.29% | 0.49% | - |
| XYZ | 14.83 | 12.64 | 15.57 | - |
| YUV | 102.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 107 | 0 | 0.29 | 0.15 | 0.51 | 330.81 | 0.17 | 0.42 |
| Hex | 7E | 59 | 6B | 0 | 1D | F | 33 | 14B | 11 | 2A |
| Octal | 176 | 131 | 153 | 0 | 35 | 17 | 63 | 513 | 21 | 52 |
| Binary | 1111110 | 1011001 | 1101011 | 0 | 11101 | 1111 | 110011 | 101001011 | 10001 | 101010 |
Color Harmonies of #7E596B
Complementary color
Monochromatic Colors of #7E596B
Black with #7E596B
Text Example
Text Example
White with #7E596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E596B; }
p { color: rgb(126,89,107); }
H1.HeaderClassName
{
color: #7E596B;
}
.AnyTagClassName
{
color: #7E596B;
}
</style>
background-color css
<style>
a { background-color: #7E596B; }
a { background-color: rgb(126,89,107); }
div.DivClassName
{
background-color: #7E596B;
}
.BgClassName
{
background-color: #7E596B;
}
</style>
border-color css
<style>
span { border-color: #7E596B; }
span { border-color: rgb(126,89,107); }
td.TdClassName
{
border-color: #7E596B;
}
.TagClassName
{
border-color: #7E596B;
}
</style>