Shades of Topaz #7E7188
Tints of Topaz #7E7188
RGB
CMYK
RGB Variations
Color information
#7E7188 (or 0x7E7188) is known color: Topaz. HEX triplet: 7E, 71 and 88. RGB value is (126,113,136). Sum of RGB (Red+Green+Blue) = 126+113+136=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7188 is #818E77. Grayscale: #777777. Windows color (decimal): -8490616 or 8941950. OLE color: 8941950.
HSL color Cylindrical-coordinate representation of color #7E7188: hue angle of 273.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E7188 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 113 | 136 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.47 |
| HSL | 273.91º | 0.09% | 0.49% | - |
| HSV(B) | 273.91º | 0.17% | 0.53% | - |
| XYZ | 18.95 | 18.02 | 25.77 | - |
| YUV | 119.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 136 | 0.07 | 0.17 | 0 | 0.47 | 273.91 | 0.09 | 0.49 |
| Hex | 7E | 71 | 88 | 7 | 11 | 0 | 2F | 112 | 9 | 31 |
| Octal | 176 | 161 | 210 | 7 | 21 | 0 | 57 | 422 | 11 | 61 |
| Binary | 1111110 | 1110001 | 10001000 | 111 | 10001 | 0 | 101111 | 100010010 | 1001 | 110001 |
Color Harmonies of #7E7188
Complementary color
Monochromatic Colors of #7E7188
Black with #7E7188
Text Example
Text Example
White with #7E7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7188; }
p { color: rgb(126,113,136); }
H1.HeaderClassName
{
color: #7E7188;
}
.AnyTagClassName
{
color: #7E7188;
}
</style>
background-color css
<style>
a { background-color: #7E7188; }
a { background-color: rgb(126,113,136); }
div.DivClassName
{
background-color: #7E7188;
}
.BgClassName
{
background-color: #7E7188;
}
</style>
border-color css
<style>
span { border-color: #7E7188; }
span { border-color: rgb(126,113,136); }
td.TdClassName
{
border-color: #7E7188;
}
.TagClassName
{
border-color: #7E7188;
}
</style>