Shades of Topaz #7E758F
Tints of Topaz #7E758F
RGB
CMYK
RGB Variations
Color information
#7E758F (or 0x7E758F) is known color: Topaz. HEX triplet: 7E, 75 and 8F. RGB value is (126,117,143). Sum of RGB (Red+Green+Blue) = 126+117+143=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E758F is #818A70. Grayscale: #7A7A7A. Windows color (decimal): -8489585 or 9401726. OLE color: 9401726.
HSL color Cylindrical-coordinate representation of color #7E758F: hue angle of 260.77º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E758F is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 117 | 143 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.44 |
| HSL | 260.77º | 0.1% | 0.51% | - |
| HSV(B) | 260.77º | 0.18% | 0.56% | - |
| XYZ | 19.92 | 19.14 | 28.63 | - |
| YUV | 122.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 143 | 0.12 | 0.18 | 0 | 0.44 | 260.77 | 0.1 | 0.51 |
| Hex | 7E | 75 | 8F | C | 12 | 0 | 2C | 105 | A | 33 |
| Octal | 176 | 165 | 217 | 14 | 22 | 0 | 54 | 405 | 12 | 63 |
| Binary | 1111110 | 1110101 | 10001111 | 1100 | 10010 | 0 | 101100 | 100000101 | 1010 | 110011 |
Color Harmonies of #7E758F
Complementary color
Monochromatic Colors of #7E758F
Black with #7E758F
Text Example
Text Example
White with #7E758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E758F; }
p { color: rgb(126,117,143); }
H1.HeaderClassName
{
color: #7E758F;
}
.AnyTagClassName
{
color: #7E758F;
}
</style>
background-color css
<style>
a { background-color: #7E758F; }
a { background-color: rgb(126,117,143); }
div.DivClassName
{
background-color: #7E758F;
}
.BgClassName
{
background-color: #7E758F;
}
</style>
border-color css
<style>
span { border-color: #7E758F; }
span { border-color: rgb(126,117,143); }
td.TdClassName
{
border-color: #7E758F;
}
.TagClassName
{
border-color: #7E758F;
}
</style>