Shades of Topaz #7E7A85
Tints of Topaz #7E7A85
RGB
CMYK
RGB Variations
Color information
#7E7A85 (or 0x7E7A85) is known color: Topaz. HEX triplet: 7E, 7A and 85. RGB value is (126,122,133). Sum of RGB (Red+Green+Blue) = 126+122+133=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E7A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7A85 is #81857A. Grayscale: #7C7C7C. Windows color (decimal): -8488315 or 8747646. OLE color: 8747646.
HSL color Cylindrical-coordinate representation of color #7E7A85: hue angle of 261.82º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E7A85 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 122 | 133 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.48 |
| HSL | 261.82º | 0.04% | 0.5% | - |
| HSV(B) | 261.82º | 0.08% | 0.52% | - |
| XYZ | 19.8 | 20.05 | 25.02 | - |
| YUV | 124.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 133 | 0.05 | 0.08 | 0 | 0.48 | 261.82 | 0.04 | 0.5 |
| Hex | 7E | 7A | 85 | 5 | 8 | 0 | 30 | 106 | 4 | 32 |
| Octal | 176 | 172 | 205 | 5 | 10 | 0 | 60 | 406 | 4 | 62 |
| Binary | 1111110 | 1111010 | 10000101 | 101 | 1000 | 0 | 110000 | 100000110 | 100 | 110010 |
Color Harmonies of #7E7A85
Complementary color
Monochromatic Colors of #7E7A85
Black with #7E7A85
Text Example
Text Example
White with #7E7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A85; }
p { color: rgb(126,122,133); }
H1.HeaderClassName
{
color: #7E7A85;
}
.AnyTagClassName
{
color: #7E7A85;
}
</style>
background-color css
<style>
a { background-color: #7E7A85; }
a { background-color: rgb(126,122,133); }
div.DivClassName
{
background-color: #7E7A85;
}
.BgClassName
{
background-color: #7E7A85;
}
</style>
border-color css
<style>
span { border-color: #7E7A85; }
span { border-color: rgb(126,122,133); }
td.TdClassName
{
border-color: #7E7A85;
}
.TagClassName
{
border-color: #7E7A85;
}
</style>