Shades of Topaz #7D7C7E
Tints of Topaz #7D7C7E
RGB
CMYK
RGB Variations
Color information
#7D7C7E (or 0x7D7C7E) is known color: Topaz. HEX triplet: 7D, 7C and 7E. RGB value is (125,124,126). Sum of RGB (Red+Green+Blue) = 125+124+126=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 126 - color contains mainly: blue. Hex color #7D7C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7C7E is #828381. Grayscale: #7C7C7C. Windows color (decimal): -8553346 or 8289405. OLE color: 8289405.
HSL color Cylindrical-coordinate representation of color #7D7C7E: hue angle of 270º degrees, saturation: 0.01, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7D7C7E is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 124 | 126 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.51 |
| HSL | 270º | 0.01% | 0.49% | - |
| HSV(B) | 270º | 0.02% | 0.49% | - |
| XYZ | 19.43 | 20.28 | 22.63 | - |
| YUV | 124.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 126 | 0.01 | 0.02 | 0 | 0.51 | 270 | 0.01 | 0.49 |
| Hex | 7D | 7C | 7E | 1 | 2 | 0 | 33 | 10E | 1 | 31 |
| Octal | 175 | 174 | 176 | 1 | 2 | 0 | 63 | 416 | 1 | 61 |
| Binary | 1111101 | 1111100 | 1111110 | 1 | 10 | 0 | 110011 | 100001110 | 1 | 110001 |
Color Harmonies of #7D7C7E
Complementary color
Monochromatic Colors of #7D7C7E
Black with #7D7C7E
Text Example
Text Example
White with #7D7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7C7E; }
p { color: rgb(125,124,126); }
H1.HeaderClassName
{
color: #7D7C7E;
}
.AnyTagClassName
{
color: #7D7C7E;
}
</style>
background-color css
<style>
a { background-color: #7D7C7E; }
a { background-color: rgb(125,124,126); }
div.DivClassName
{
background-color: #7D7C7E;
}
.BgClassName
{
background-color: #7D7C7E;
}
</style>
border-color css
<style>
span { border-color: #7D7C7E; }
span { border-color: rgb(125,124,126); }
td.TdClassName
{
border-color: #7D7C7E;
}
.TagClassName
{
border-color: #7D7C7E;
}
</style>