Shades of Topaz #7E6E8B
Tints of Topaz #7E6E8B
RGB
CMYK
RGB Variations
Color information
#7E6E8B (or 0x7E6E8B) is known color: Topaz. HEX triplet: 7E, 6E and 8B. RGB value is (126,110,139). Sum of RGB (Red+Green+Blue) = 126+110+139=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E6E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6E8B is #819174. Grayscale: #757575. Windows color (decimal): -8491381 or 9137790. OLE color: 9137790.
HSL color Cylindrical-coordinate representation of color #7E6E8B: hue angle of 273.1º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6E8B is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 110 | 139 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.45 |
| HSL | 273.1º | 0.12% | 0.49% | - |
| HSV(B) | 273.1º | 0.21% | 0.55% | - |
| XYZ | 18.84 | 17.45 | 26.8 | - |
| YUV | 118.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 139 | 0.09 | 0.21 | 0 | 0.45 | 273.1 | 0.12 | 0.49 |
| Hex | 7E | 6E | 8B | 9 | 15 | 0 | 2D | 111 | C | 31 |
| Octal | 176 | 156 | 213 | 11 | 25 | 0 | 55 | 421 | 14 | 61 |
| Binary | 1111110 | 1101110 | 10001011 | 1001 | 10101 | 0 | 101101 | 100010001 | 1100 | 110001 |
Color Harmonies of #7E6E8B
Complementary color
Monochromatic Colors of #7E6E8B
Black with #7E6E8B
Text Example
Text Example
White with #7E6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6E8B; }
p { color: rgb(126,110,139); }
H1.HeaderClassName
{
color: #7E6E8B;
}
.AnyTagClassName
{
color: #7E6E8B;
}
</style>
background-color css
<style>
a { background-color: #7E6E8B; }
a { background-color: rgb(126,110,139); }
div.DivClassName
{
background-color: #7E6E8B;
}
.BgClassName
{
background-color: #7E6E8B;
}
</style>
border-color css
<style>
span { border-color: #7E6E8B; }
span { border-color: rgb(126,110,139); }
td.TdClassName
{
border-color: #7E6E8B;
}
.TagClassName
{
border-color: #7E6E8B;
}
</style>