Shades of Topaz #7D708D
Tints of Topaz #7D708D
RGB
CMYK
RGB Variations
Color information
#7D708D (or 0x7D708D) is known color: Topaz. HEX triplet: 7D, 70 and 8D. RGB value is (125,112,141). Sum of RGB (Red+Green+Blue) = 125+112+141=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D708D is #828F72. Grayscale: #777777. Windows color (decimal): -8556403 or 9269373. OLE color: 9269373.
HSL color Cylindrical-coordinate representation of color #7D708D: hue angle of 266.9º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D708D is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 112 | 141 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.45 |
| HSL | 266.9º | 0.11% | 0.5% | - |
| HSV(B) | 266.9º | 0.21% | 0.55% | - |
| XYZ | 19.06 | 17.87 | 27.64 | - |
| YUV | 119.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 141 | 0.11 | 0.21 | 0 | 0.45 | 266.9 | 0.11 | 0.5 |
| Hex | 7D | 70 | 8D | B | 15 | 0 | 2D | 10B | B | 32 |
| Octal | 175 | 160 | 215 | 13 | 25 | 0 | 55 | 413 | 13 | 62 |
| Binary | 1111101 | 1110000 | 10001101 | 1011 | 10101 | 0 | 101101 | 100001011 | 1011 | 110010 |
Color Harmonies of #7D708D
Complementary color
Monochromatic Colors of #7D708D
Black with #7D708D
Text Example
Text Example
White with #7D708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D708D; }
p { color: rgb(125,112,141); }
H1.HeaderClassName
{
color: #7D708D;
}
.AnyTagClassName
{
color: #7D708D;
}
</style>
background-color css
<style>
a { background-color: #7D708D; }
a { background-color: rgb(125,112,141); }
div.DivClassName
{
background-color: #7D708D;
}
.BgClassName
{
background-color: #7D708D;
}
</style>
border-color css
<style>
span { border-color: #7D708D; }
span { border-color: rgb(125,112,141); }
td.TdClassName
{
border-color: #7D708D;
}
.TagClassName
{
border-color: #7D708D;
}
</style>