Shades of Topaz #756E83
Tints of Topaz #756E83
RGB
CMYK
RGB Variations
Color information
#756E83 (or 0x756E83) is known color: Topaz. HEX triplet: 75, 6E and 83. RGB value is (117,110,131). Sum of RGB (Red+Green+Blue) = 117+110+131=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #756E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E83 is #8A917C. Grayscale: #727272. Windows color (decimal): -9081213 or 8613493. OLE color: 8613493.
HSL color Cylindrical-coordinate representation of color #756E83: hue angle of 260º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756E83 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 110 | 131 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.49 |
| HSL | 260º | 0.09% | 0.47% | - |
| HSV(B) | 260º | 0.16% | 0.51% | - |
| XYZ | 17.01 | 16.57 | 23.78 | - |
| YUV | 114.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 131 | 0.11 | 0.16 | 0 | 0.49 | 260 | 0.09 | 0.47 |
| Hex | 75 | 6E | 83 | B | 10 | 0 | 31 | 104 | 9 | 2F |
| Octal | 165 | 156 | 203 | 13 | 20 | 0 | 61 | 404 | 11 | 57 |
| Binary | 1110101 | 1101110 | 10000011 | 1011 | 10000 | 0 | 110001 | 100000100 | 1001 | 101111 |
Color Harmonies of #756E83
Complementary color
Monochromatic Colors of #756E83
Black with #756E83
Text Example
Text Example
White with #756E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E83; }
p { color: rgb(117,110,131); }
H1.HeaderClassName
{
color: #756E83;
}
.AnyTagClassName
{
color: #756E83;
}
</style>
background-color css
<style>
a { background-color: #756E83; }
a { background-color: rgb(117,110,131); }
div.DivClassName
{
background-color: #756E83;
}
.BgClassName
{
background-color: #756E83;
}
</style>
border-color css
<style>
span { border-color: #756E83; }
span { border-color: rgb(117,110,131); }
td.TdClassName
{
border-color: #756E83;
}
.TagClassName
{
border-color: #756E83;
}
</style>