Shades of Topaz #7D7A8D
Tints of Topaz #7D7A8D
RGB
CMYK
RGB Variations
Color information
#7D7A8D (or 0x7D7A8D) is known color: Topaz. HEX triplet: 7D, 7A and 8D. RGB value is (125,122,141). Sum of RGB (Red+Green+Blue) = 125+122+141=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D7A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7A8D is #828572. Grayscale: #7C7C7C. Windows color (decimal): -8553843 or 9271933. OLE color: 9271933.
HSL color Cylindrical-coordinate representation of color #7D7A8D: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D7A8D is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 122 | 141 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.45 |
| HSL | 249.47º | 0.08% | 0.52% | - |
| HSV(B) | 249.47º | 0.13% | 0.55% | - |
| XYZ | 20.22 | 20.2 | 28.03 | - |
| YUV | 125.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 141 | 0.11 | 0.13 | 0 | 0.45 | 249.47 | 0.08 | 0.52 |
| Hex | 7D | 7A | 8D | B | D | 0 | 2D | F9 | 8 | 34 |
| Octal | 175 | 172 | 215 | 13 | 15 | 0 | 55 | 371 | 10 | 64 |
| Binary | 1111101 | 1111010 | 10001101 | 1011 | 1101 | 0 | 101101 | 11111001 | 1000 | 110100 |
Color Harmonies of #7D7A8D
Complementary color
Monochromatic Colors of #7D7A8D
Black with #7D7A8D
Text Example
Text Example
White with #7D7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7A8D; }
p { color: rgb(125,122,141); }
H1.HeaderClassName
{
color: #7D7A8D;
}
.AnyTagClassName
{
color: #7D7A8D;
}
</style>
background-color css
<style>
a { background-color: #7D7A8D; }
a { background-color: rgb(125,122,141); }
div.DivClassName
{
background-color: #7D7A8D;
}
.BgClassName
{
background-color: #7D7A8D;
}
</style>
border-color css
<style>
span { border-color: #7D7A8D; }
span { border-color: rgb(125,122,141); }
td.TdClassName
{
border-color: #7D7A8D;
}
.TagClassName
{
border-color: #7D7A8D;
}
</style>