Shades of Topaz #776E86
Tints of Topaz #776E86
RGB
CMYK
RGB Variations
Color information
#776E86 (or 0x776E86) is known color: Topaz. HEX triplet: 77, 6E and 86. RGB value is (119,110,134). Sum of RGB (Red+Green+Blue) = 119+110+134=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #776E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E86 is #889179. Grayscale: #737373. Windows color (decimal): -8950138 or 8810103. OLE color: 8810103.
HSL color Cylindrical-coordinate representation of color #776E86: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776E86 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 110 | 134 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.47 |
| HSL | 262.5º | 0.1% | 0.48% | - |
| HSV(B) | 262.5º | 0.18% | 0.53% | - |
| XYZ | 17.49 | 16.8 | 24.87 | - |
| YUV | 115.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 134 | 0.11 | 0.18 | 0 | 0.47 | 262.5 | 0.1 | 0.48 |
| Hex | 77 | 6E | 86 | B | 12 | 0 | 2F | 106 | A | 30 |
| Octal | 167 | 156 | 206 | 13 | 22 | 0 | 57 | 406 | 12 | 60 |
| Binary | 1110111 | 1101110 | 10000110 | 1011 | 10010 | 0 | 101111 | 100000110 | 1010 | 110000 |
Color Harmonies of #776E86
Complementary color
Monochromatic Colors of #776E86
Black with #776E86
Text Example
Text Example
White with #776E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E86; }
p { color: rgb(119,110,134); }
H1.HeaderClassName
{
color: #776E86;
}
.AnyTagClassName
{
color: #776E86;
}
</style>
background-color css
<style>
a { background-color: #776E86; }
a { background-color: rgb(119,110,134); }
div.DivClassName
{
background-color: #776E86;
}
.BgClassName
{
background-color: #776E86;
}
</style>
border-color css
<style>
span { border-color: #776E86; }
span { border-color: rgb(119,110,134); }
td.TdClassName
{
border-color: #776E86;
}
.TagClassName
{
border-color: #776E86;
}
</style>