Shades of Topaz #7E7A8B
Tints of Topaz #7E7A8B
RGB
CMYK
RGB Variations
Color information
#7E7A8B (or 0x7E7A8B) is known color: Topaz. HEX triplet: 7E, 7A and 8B. RGB value is (126,122,139). Sum of RGB (Red+Green+Blue) = 126+122+139=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7A8B is #818574. Grayscale: #7D7D7D. Windows color (decimal): -8488309 or 9140862. OLE color: 9140862.
HSL color Cylindrical-coordinate representation of color #7E7A8B: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E7A8B is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 122 | 139 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.45 |
| HSL | 254.12º | 0.07% | 0.51% | - |
| HSV(B) | 254.12º | 0.12% | 0.55% | - |
| XYZ | 20.22 | 20.22 | 27.26 | - |
| YUV | 125.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 139 | 0.09 | 0.12 | 0 | 0.45 | 254.12 | 0.07 | 0.51 |
| Hex | 7E | 7A | 8B | 9 | C | 0 | 2D | FE | 7 | 33 |
| Octal | 176 | 172 | 213 | 11 | 14 | 0 | 55 | 376 | 7 | 63 |
| Binary | 1111110 | 1111010 | 10001011 | 1001 | 1100 | 0 | 101101 | 11111110 | 111 | 110011 |
Color Harmonies of #7E7A8B
Complementary color
Monochromatic Colors of #7E7A8B
Black with #7E7A8B
Text Example
Text Example
White with #7E7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A8B; }
p { color: rgb(126,122,139); }
H1.HeaderClassName
{
color: #7E7A8B;
}
.AnyTagClassName
{
color: #7E7A8B;
}
</style>
background-color css
<style>
a { background-color: #7E7A8B; }
a { background-color: rgb(126,122,139); }
div.DivClassName
{
background-color: #7E7A8B;
}
.BgClassName
{
background-color: #7E7A8B;
}
</style>
border-color css
<style>
span { border-color: #7E7A8B; }
span { border-color: rgb(126,122,139); }
td.TdClassName
{
border-color: #7E7A8B;
}
.TagClassName
{
border-color: #7E7A8B;
}
</style>