Shades of Topaz #776D86
Tints of Topaz #776D86
RGB
CMYK
RGB Variations
Color information
#776D86 (or 0x776D86) is known color: Topaz. HEX triplet: 77, 6D and 86. RGB value is (119,109,134). Sum of RGB (Red+Green+Blue) = 119+109+134=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 134 - color contains mainly: blue. Hex color #776D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D86 is #889279. Grayscale: #727272. Windows color (decimal): -8950394 or 8809847. OLE color: 8809847.
HSL color Cylindrical-coordinate representation of color #776D86: hue angle of 264º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776D86 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 109 | 134 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.47 |
| HSL | 264º | 0.1% | 0.48% | - |
| HSV(B) | 264º | 0.19% | 0.53% | - |
| XYZ | 17.38 | 16.58 | 24.84 | - |
| YUV | 114.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 134 | 0.11 | 0.19 | 0 | 0.47 | 264 | 0.1 | 0.48 |
| Hex | 77 | 6D | 86 | B | 13 | 0 | 2F | 108 | A | 30 |
| Octal | 167 | 155 | 206 | 13 | 23 | 0 | 57 | 410 | 12 | 60 |
| Binary | 1110111 | 1101101 | 10000110 | 1011 | 10011 | 0 | 101111 | 100001000 | 1010 | 110000 |
Color Harmonies of #776D86
Complementary color
Monochromatic Colors of #776D86
Black with #776D86
Text Example
Text Example
White with #776D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D86; }
p { color: rgb(119,109,134); }
H1.HeaderClassName
{
color: #776D86;
}
.AnyTagClassName
{
color: #776D86;
}
</style>
background-color css
<style>
a { background-color: #776D86; }
a { background-color: rgb(119,109,134); }
div.DivClassName
{
background-color: #776D86;
}
.BgClassName
{
background-color: #776D86;
}
</style>
border-color css
<style>
span { border-color: #776D86; }
span { border-color: rgb(119,109,134); }
td.TdClassName
{
border-color: #776D86;
}
.TagClassName
{
border-color: #776D86;
}
</style>