Shades of Topaz #776E84
Tints of Topaz #776E84
RGB
CMYK
RGB Variations
Color information
#776E84 (or 0x776E84) is known color: Topaz. HEX triplet: 77, 6E and 84. RGB value is (119,110,132). Sum of RGB (Red+Green+Blue) = 119+110+132=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #776E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E84 is #88917B. Grayscale: #737373. Windows color (decimal): -8950140 or 8679031. OLE color: 8679031.
HSL color Cylindrical-coordinate representation of color #776E84: hue angle of 264.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #776E84 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 110 | 132 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.48 |
| HSL | 264.55º | 0.09% | 0.47% | - |
| HSV(B) | 264.55º | 0.17% | 0.52% | - |
| XYZ | 17.35 | 16.74 | 24.15 | - |
| YUV | 115.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 132 | 0.10 | 0.17 | 0 | 0.48 | 264.55 | 0.09 | 0.47 |
| Hex | 77 | 6E | 84 | A | 11 | 0 | 30 | 109 | 9 | 2F |
| Octal | 167 | 156 | 204 | 12 | 21 | 0 | 60 | 411 | 11 | 57 |
| Binary | 1110111 | 1101110 | 10000100 | 1010 | 10001 | 0 | 110000 | 100001001 | 1001 | 101111 |
Color Harmonies of #776E84
Complementary color
Monochromatic Colors of #776E84
Black with #776E84
Text Example
Text Example
White with #776E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E84; }
p { color: rgb(119,110,132); }
H1.HeaderClassName
{
color: #776E84;
}
.AnyTagClassName
{
color: #776E84;
}
</style>
background-color css
<style>
a { background-color: #776E84; }
a { background-color: rgb(119,110,132); }
div.DivClassName
{
background-color: #776E84;
}
.BgClassName
{
background-color: #776E84;
}
</style>
border-color css
<style>
span { border-color: #776E84; }
span { border-color: rgb(119,110,132); }
td.TdClassName
{
border-color: #776E84;
}
.TagClassName
{
border-color: #776E84;
}
</style>