Shades of Topaz #7D7A8B
Tints of Topaz #7D7A8B
RGB
CMYK
RGB Variations
Color information
#7D7A8B (or 0x7D7A8B) is known color: Topaz. HEX triplet: 7D, 7A and 8B. RGB value is (125,122,139). Sum of RGB (Red+Green+Blue) = 125+122+139=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7A8B is #828574. Grayscale: #7C7C7C. Windows color (decimal): -8553845 or 9140861. OLE color: 9140861.
HSL color Cylindrical-coordinate representation of color #7D7A8B: hue angle of 250.59º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D7A8B is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 122 | 139 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.45 |
| HSL | 250.59º | 0.07% | 0.51% | - |
| HSV(B) | 250.59º | 0.12% | 0.55% | - |
| XYZ | 20.08 | 20.14 | 27.26 | - |
| YUV | 124.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 139 | 0.10 | 0.12 | 0 | 0.45 | 250.59 | 0.07 | 0.51 |
| Hex | 7D | 7A | 8B | A | C | 0 | 2D | FB | 7 | 33 |
| Octal | 175 | 172 | 213 | 12 | 14 | 0 | 55 | 373 | 7 | 63 |
| Binary | 1111101 | 1111010 | 10001011 | 1010 | 1100 | 0 | 101101 | 11111011 | 111 | 110011 |
Color Harmonies of #7D7A8B
Complementary color
Monochromatic Colors of #7D7A8B
Black with #7D7A8B
Text Example
Text Example
White with #7D7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7A8B; }
p { color: rgb(125,122,139); }
H1.HeaderClassName
{
color: #7D7A8B;
}
.AnyTagClassName
{
color: #7D7A8B;
}
</style>
background-color css
<style>
a { background-color: #7D7A8B; }
a { background-color: rgb(125,122,139); }
div.DivClassName
{
background-color: #7D7A8B;
}
.BgClassName
{
background-color: #7D7A8B;
}
</style>
border-color css
<style>
span { border-color: #7D7A8B; }
span { border-color: rgb(125,122,139); }
td.TdClassName
{
border-color: #7D7A8B;
}
.TagClassName
{
border-color: #7D7A8B;
}
</style>