Shades of Topaz #7E758A
Tints of Topaz #7E758A
RGB
CMYK
RGB Variations
Color information
#7E758A (or 0x7E758A) is known color: Topaz. HEX triplet: 7E, 75 and 8A. RGB value is (126,117,138). Sum of RGB (Red+Green+Blue) = 126+117+138=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E758A is #818A75. Grayscale: #7A7A7A. Windows color (decimal): -8489590 or 9074046. OLE color: 9074046.
HSL color Cylindrical-coordinate representation of color #7E758A: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E758A is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 117 | 138 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.46 |
| HSL | 265.71º | 0.08% | 0.5% | - |
| HSV(B) | 265.71º | 0.15% | 0.54% | - |
| XYZ | 19.55 | 18.99 | 26.68 | - |
| YUV | 122.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 138 | 0.09 | 0.15 | 0 | 0.46 | 265.71 | 0.08 | 0.5 |
| Hex | 7E | 75 | 8A | 9 | F | 0 | 2E | 10A | 8 | 32 |
| Octal | 176 | 165 | 212 | 11 | 17 | 0 | 56 | 412 | 10 | 62 |
| Binary | 1111110 | 1110101 | 10001010 | 1001 | 1111 | 0 | 101110 | 100001010 | 1000 | 110010 |
Color Harmonies of #7E758A
Complementary color
Monochromatic Colors of #7E758A
Black with #7E758A
Text Example
Text Example
White with #7E758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E758A; }
p { color: rgb(126,117,138); }
H1.HeaderClassName
{
color: #7E758A;
}
.AnyTagClassName
{
color: #7E758A;
}
</style>
background-color css
<style>
a { background-color: #7E758A; }
a { background-color: rgb(126,117,138); }
div.DivClassName
{
background-color: #7E758A;
}
.BgClassName
{
background-color: #7E758A;
}
</style>
border-color css
<style>
span { border-color: #7E758A; }
span { border-color: rgb(126,117,138); }
td.TdClassName
{
border-color: #7E758A;
}
.TagClassName
{
border-color: #7E758A;
}
</style>