Shades of Topaz #7D758B
Tints of Topaz #7D758B
RGB
CMYK
RGB Variations
Color information
#7D758B (or 0x7D758B) is known color: Topaz. HEX triplet: 7D, 75 and 8B. RGB value is (125,117,139). Sum of RGB (Red+Green+Blue) = 125+117+139=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D758B is #828A74. Grayscale: #797979. Windows color (decimal): -8555125 or 9139581. OLE color: 9139581.
HSL color Cylindrical-coordinate representation of color #7D758B: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D758B is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 117 | 139 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.45 |
| HSL | 261.82º | 0.09% | 0.5% | - |
| HSV(B) | 261.82º | 0.16% | 0.55% | - |
| XYZ | 19.48 | 18.95 | 27.06 | - |
| YUV | 121.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 139 | 0.10 | 0.16 | 0 | 0.45 | 261.82 | 0.09 | 0.5 |
| Hex | 7D | 75 | 8B | A | 10 | 0 | 2D | 106 | 9 | 32 |
| Octal | 175 | 165 | 213 | 12 | 20 | 0 | 55 | 406 | 11 | 62 |
| Binary | 1111101 | 1110101 | 10001011 | 1010 | 10000 | 0 | 101101 | 100000110 | 1001 | 110010 |
Color Harmonies of #7D758B
Complementary color
Monochromatic Colors of #7D758B
Black with #7D758B
Text Example
Text Example
White with #7D758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D758B; }
p { color: rgb(125,117,139); }
H1.HeaderClassName
{
color: #7D758B;
}
.AnyTagClassName
{
color: #7D758B;
}
</style>
background-color css
<style>
a { background-color: #7D758B; }
a { background-color: rgb(125,117,139); }
div.DivClassName
{
background-color: #7D758B;
}
.BgClassName
{
background-color: #7D758B;
}
</style>
border-color css
<style>
span { border-color: #7D758B; }
span { border-color: rgb(125,117,139); }
td.TdClassName
{
border-color: #7D758B;
}
.TagClassName
{
border-color: #7D758B;
}
</style>