Shades of Topaz #776F84
Tints of Topaz #776F84
RGB
CMYK
RGB Variations
Color information
#776F84 (or 0x776F84) is known color: Topaz. HEX triplet: 77, 6F and 84. RGB value is (119,111,132). Sum of RGB (Red+Green+Blue) = 119+111+132=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #776F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F84 is #88907B. Grayscale: #737373. Windows color (decimal): -8949884 or 8679287. OLE color: 8679287.
HSL color Cylindrical-coordinate representation of color #776F84: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776F84 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 111 | 132 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.48 |
| HSL | 262.86º | 0.09% | 0.48% | - |
| HSV(B) | 262.86º | 0.16% | 0.52% | - |
| XYZ | 17.46 | 16.96 | 24.18 | - |
| YUV | 115.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 132 | 0.10 | 0.16 | 0 | 0.48 | 262.86 | 0.09 | 0.48 |
| Hex | 77 | 6F | 84 | A | 10 | 0 | 30 | 107 | 9 | 30 |
| Octal | 167 | 157 | 204 | 12 | 20 | 0 | 60 | 407 | 11 | 60 |
| Binary | 1110111 | 1101111 | 10000100 | 1010 | 10000 | 0 | 110000 | 100000111 | 1001 | 110000 |
Color Harmonies of #776F84
Complementary color
Monochromatic Colors of #776F84
Black with #776F84
Text Example
Text Example
White with #776F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F84; }
p { color: rgb(119,111,132); }
H1.HeaderClassName
{
color: #776F84;
}
.AnyTagClassName
{
color: #776F84;
}
</style>
background-color css
<style>
a { background-color: #776F84; }
a { background-color: rgb(119,111,132); }
div.DivClassName
{
background-color: #776F84;
}
.BgClassName
{
background-color: #776F84;
}
</style>
border-color css
<style>
span { border-color: #776F84; }
span { border-color: rgb(119,111,132); }
td.TdClassName
{
border-color: #776F84;
}
.TagClassName
{
border-color: #776F84;
}
</style>