Shades of Topaz #756E82
Tints of Topaz #756E82
RGB
CMYK
RGB Variations
Color information
#756E82 (or 0x756E82) is known color: Topaz. HEX triplet: 75, 6E and 82. RGB value is (117,110,130). Sum of RGB (Red+Green+Blue) = 117+110+130=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #756E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E82 is #8A917D. Grayscale: #727272. Windows color (decimal): -9081214 or 8547957. OLE color: 8547957.
HSL color Cylindrical-coordinate representation of color #756E82: hue angle of 261º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756E82 is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 110 | 130 | - |
| CMYK | 0.1 | 0.15 | 0 | 0.49 |
| HSL | 261º | 0.08% | 0.47% | - |
| HSV(B) | 261º | 0.15% | 0.51% | - |
| XYZ | 16.94 | 16.55 | 23.42 | - |
| YUV | 114.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 130 | 0.1 | 0.15 | 0 | 0.49 | 261 | 0.08 | 0.47 |
| Hex | 75 | 6E | 82 | A | F | 0 | 31 | 105 | 8 | 2F |
| Octal | 165 | 156 | 202 | 12 | 17 | 0 | 61 | 405 | 10 | 57 |
| Binary | 1110101 | 1101110 | 10000010 | 1010 | 1111 | 0 | 110001 | 100000101 | 1000 | 101111 |
Color Harmonies of #756E82
Complementary color
Monochromatic Colors of #756E82
Black with #756E82
Text Example
Text Example
White with #756E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E82; }
p { color: rgb(117,110,130); }
H1.HeaderClassName
{
color: #756E82;
}
.AnyTagClassName
{
color: #756E82;
}
</style>
background-color css
<style>
a { background-color: #756E82; }
a { background-color: rgb(117,110,130); }
div.DivClassName
{
background-color: #756E82;
}
.BgClassName
{
background-color: #756E82;
}
</style>
border-color css
<style>
span { border-color: #756E82; }
span { border-color: rgb(117,110,130); }
td.TdClassName
{
border-color: #756E82;
}
.TagClassName
{
border-color: #756E82;
}
</style>