Shades of Topaz #766F82
Tints of Topaz #766F82
RGB
CMYK
RGB Variations
Color information
#766F82 (or 0x766F82) is known color: Topaz. HEX triplet: 76, 6F and 82. RGB value is (118,111,130). Sum of RGB (Red+Green+Blue) = 118+111+130=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #766F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F82 is #89907D. Grayscale: #737373. Windows color (decimal): -9015422 or 8548214. OLE color: 8548214.
HSL color Cylindrical-coordinate representation of color #766F82: hue angle of 262.11º 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 #766F82 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 111 | 130 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.49 |
| HSL | 262.11º | 0.08% | 0.47% | - |
| HSV(B) | 262.11º | 0.15% | 0.51% | - |
| XYZ | 17.18 | 16.83 | 23.46 | - |
| YUV | 115.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 130 | 0.09 | 0.15 | 0 | 0.49 | 262.11 | 0.08 | 0.47 |
| Hex | 76 | 6F | 82 | 9 | F | 0 | 31 | 106 | 8 | 2F |
| Octal | 166 | 157 | 202 | 11 | 17 | 0 | 61 | 406 | 10 | 57 |
| Binary | 1110110 | 1101111 | 10000010 | 1001 | 1111 | 0 | 110001 | 100000110 | 1000 | 101111 |
Color Harmonies of #766F82
Complementary color
Monochromatic Colors of #766F82
Black with #766F82
Text Example
Text Example
White with #766F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F82; }
p { color: rgb(118,111,130); }
H1.HeaderClassName
{
color: #766F82;
}
.AnyTagClassName
{
color: #766F82;
}
</style>
background-color css
<style>
a { background-color: #766F82; }
a { background-color: rgb(118,111,130); }
div.DivClassName
{
background-color: #766F82;
}
.BgClassName
{
background-color: #766F82;
}
</style>
border-color css
<style>
span { border-color: #766F82; }
span { border-color: rgb(118,111,130); }
td.TdClassName
{
border-color: #766F82;
}
.TagClassName
{
border-color: #766F82;
}
</style>