Shades of Topaz #7E718C
Tints of Topaz #7E718C
RGB
CMYK
RGB Variations
Color information
#7E718C (or 0x7E718C) is known color: Topaz. HEX triplet: 7E, 71 and 8C. RGB value is (126,113,140). Sum of RGB (Red+Green+Blue) = 126+113+140=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E718C is #818E73. Grayscale: #777777. Windows color (decimal): -8490612 or 9204094. OLE color: 9204094.
HSL color Cylindrical-coordinate representation of color #7E718C: hue angle of 268.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E718C is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 113 | 140 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.45 |
| HSL | 268.89º | 0.11% | 0.5% | - |
| HSV(B) | 268.89º | 0.19% | 0.55% | - |
| XYZ | 19.24 | 18.14 | 27.3 | - |
| YUV | 119.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 140 | 0.10 | 0.19 | 0 | 0.45 | 268.89 | 0.11 | 0.5 |
| Hex | 7E | 71 | 8C | A | 13 | 0 | 2D | 10D | B | 32 |
| Octal | 176 | 161 | 214 | 12 | 23 | 0 | 55 | 415 | 13 | 62 |
| Binary | 1111110 | 1110001 | 10001100 | 1010 | 10011 | 0 | 101101 | 100001101 | 1011 | 110010 |
Color Harmonies of #7E718C
Complementary color
Monochromatic Colors of #7E718C
Black with #7E718C
Text Example
Text Example
White with #7E718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E718C; }
p { color: rgb(126,113,140); }
H1.HeaderClassName
{
color: #7E718C;
}
.AnyTagClassName
{
color: #7E718C;
}
</style>
background-color css
<style>
a { background-color: #7E718C; }
a { background-color: rgb(126,113,140); }
div.DivClassName
{
background-color: #7E718C;
}
.BgClassName
{
background-color: #7E718C;
}
</style>
border-color css
<style>
span { border-color: #7E718C; }
span { border-color: rgb(126,113,140); }
td.TdClassName
{
border-color: #7E718C;
}
.TagClassName
{
border-color: #7E718C;
}
</style>