Shades of Topaz #756F80
Tints of Topaz #756F80
RGB
CMYK
RGB Variations
Color information
#756F80 (or 0x756F80) is known color: Topaz. HEX triplet: 75, 6F and 80. RGB value is (117,111,128). Sum of RGB (Red+Green+Blue) = 117+111+128=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 128 - color contains mainly: blue. Hex color #756F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F80 is #8A907F. Grayscale: #727272. Windows color (decimal): -9080960 or 8417141. OLE color: 8417141.
HSL color Cylindrical-coordinate representation of color #756F80: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #756F80 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 111 | 128 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.50 |
| HSL | 261.18º | 0.07% | 0.47% | - |
| HSV(B) | 261.18º | 0.13% | 0.5% | - |
| XYZ | 16.92 | 16.71 | 22.76 | - |
| YUV | 114.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 128 | 0.09 | 0.13 | 0 | 0.50 | 261.18 | 0.07 | 0.47 |
| Hex | 75 | 6F | 80 | 9 | D | 0 | 32 | 105 | 7 | 2F |
| Octal | 165 | 157 | 200 | 11 | 15 | 0 | 62 | 405 | 7 | 57 |
| Binary | 1110101 | 1101111 | 10000000 | 1001 | 1101 | 0 | 110010 | 100000101 | 111 | 101111 |
Color Harmonies of #756F80
Complementary color
Monochromatic Colors of #756F80
Black with #756F80
Text Example
Text Example
White with #756F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F80; }
p { color: rgb(117,111,128); }
H1.HeaderClassName
{
color: #756F80;
}
.AnyTagClassName
{
color: #756F80;
}
</style>
background-color css
<style>
a { background-color: #756F80; }
a { background-color: rgb(117,111,128); }
div.DivClassName
{
background-color: #756F80;
}
.BgClassName
{
background-color: #756F80;
}
</style>
border-color css
<style>
span { border-color: #756F80; }
span { border-color: rgb(117,111,128); }
td.TdClassName
{
border-color: #756F80;
}
.TagClassName
{
border-color: #756F80;
}
</style>