Shades of Topaz #7E738A
Tints of Topaz #7E738A
RGB
CMYK
RGB Variations
Color information
#7E738A (or 0x7E738A) is known color: Topaz. HEX triplet: 7E, 73 and 8A. RGB value is (126,115,138). Sum of RGB (Red+Green+Blue) = 126+115+138=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E738A is #818C75. Grayscale: #787878. Windows color (decimal): -8490102 or 9073534. OLE color: 9073534.
HSL color Cylindrical-coordinate representation of color #7E738A: hue angle of 268.7º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E738A is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 115 | 138 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.46 |
| HSL | 268.7º | 0.09% | 0.5% | - |
| HSV(B) | 268.7º | 0.17% | 0.54% | - |
| XYZ | 19.32 | 18.53 | 26.6 | - |
| YUV | 120.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 138 | 0.09 | 0.17 | 0 | 0.46 | 268.7 | 0.09 | 0.5 |
| Hex | 7E | 73 | 8A | 9 | 11 | 0 | 2E | 10D | 9 | 32 |
| Octal | 176 | 163 | 212 | 11 | 21 | 0 | 56 | 415 | 11 | 62 |
| Binary | 1111110 | 1110011 | 10001010 | 1001 | 10001 | 0 | 101110 | 100001101 | 1001 | 110010 |
Color Harmonies of #7E738A
Complementary color
Monochromatic Colors of #7E738A
Black with #7E738A
Text Example
Text Example
White with #7E738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E738A; }
p { color: rgb(126,115,138); }
H1.HeaderClassName
{
color: #7E738A;
}
.AnyTagClassName
{
color: #7E738A;
}
</style>
background-color css
<style>
a { background-color: #7E738A; }
a { background-color: rgb(126,115,138); }
div.DivClassName
{
background-color: #7E738A;
}
.BgClassName
{
background-color: #7E738A;
}
</style>
border-color css
<style>
span { border-color: #7E738A; }
span { border-color: rgb(126,115,138); }
td.TdClassName
{
border-color: #7E738A;
}
.TagClassName
{
border-color: #7E738A;
}
</style>