Shades of Topaz #756D83
Tints of Topaz #756D83
RGB
CMYK
RGB Variations
Color information
#756D83 (or 0x756D83) is known color: Topaz. HEX triplet: 75, 6D and 83. RGB value is (117,109,131). Sum of RGB (Red+Green+Blue) = 117+109+131=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #756D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D83 is #8A927C. Grayscale: #717171. Windows color (decimal): -9081469 or 8613237. OLE color: 8613237.
HSL color Cylindrical-coordinate representation of color #756D83: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756D83 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 109 | 131 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.49 |
| HSL | 261.82º | 0.09% | 0.47% | - |
| HSV(B) | 261.82º | 0.17% | 0.51% | - |
| XYZ | 16.9 | 16.36 | 23.74 | - |
| YUV | 113.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 131 | 0.11 | 0.17 | 0 | 0.49 | 261.82 | 0.09 | 0.47 |
| Hex | 75 | 6D | 83 | B | 11 | 0 | 31 | 106 | 9 | 2F |
| Octal | 165 | 155 | 203 | 13 | 21 | 0 | 61 | 406 | 11 | 57 |
| Binary | 1110101 | 1101101 | 10000011 | 1011 | 10001 | 0 | 110001 | 100000110 | 1001 | 101111 |
Color Harmonies of #756D83
Complementary color
Monochromatic Colors of #756D83
Black with #756D83
Text Example
Text Example
White with #756D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D83; }
p { color: rgb(117,109,131); }
H1.HeaderClassName
{
color: #756D83;
}
.AnyTagClassName
{
color: #756D83;
}
</style>
background-color css
<style>
a { background-color: #756D83; }
a { background-color: rgb(117,109,131); }
div.DivClassName
{
background-color: #756D83;
}
.BgClassName
{
background-color: #756D83;
}
</style>
border-color css
<style>
span { border-color: #756D83; }
span { border-color: rgb(117,109,131); }
td.TdClassName
{
border-color: #756D83;
}
.TagClassName
{
border-color: #756D83;
}
</style>