Shades of Topaz #776E8C
Tints of Topaz #776E8C
RGB
CMYK
RGB Variations
Color information
#776E8C (or 0x776E8C) is known color: Topaz. HEX triplet: 77, 6E and 8C. RGB value is (119,110,140). Sum of RGB (Red+Green+Blue) = 119+110+140=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #776E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E8C is #889173. Grayscale: #747474. Windows color (decimal): -8950132 or 9203319. OLE color: 9203319.
HSL color Cylindrical-coordinate representation of color #776E8C: hue angle of 258º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776E8C is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 110 | 140 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.45 |
| HSL | 258º | 0.12% | 0.49% | - |
| HSV(B) | 258º | 0.21% | 0.55% | - |
| XYZ | 17.92 | 16.97 | 27.14 | - |
| YUV | 116.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 140 | 0.15 | 0.21 | 0 | 0.45 | 258 | 0.12 | 0.49 |
| Hex | 77 | 6E | 8C | F | 15 | 0 | 2D | 102 | C | 31 |
| Octal | 167 | 156 | 214 | 17 | 25 | 0 | 55 | 402 | 14 | 61 |
| Binary | 1110111 | 1101110 | 10001100 | 1111 | 10101 | 0 | 101101 | 100000010 | 1100 | 110001 |
Color Harmonies of #776E8C
Complementary color
Monochromatic Colors of #776E8C
Black with #776E8C
Text Example
Text Example
White with #776E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E8C; }
p { color: rgb(119,110,140); }
H1.HeaderClassName
{
color: #776E8C;
}
.AnyTagClassName
{
color: #776E8C;
}
</style>
background-color css
<style>
a { background-color: #776E8C; }
a { background-color: rgb(119,110,140); }
div.DivClassName
{
background-color: #776E8C;
}
.BgClassName
{
background-color: #776E8C;
}
</style>
border-color css
<style>
span { border-color: #776E8C; }
span { border-color: rgb(119,110,140); }
td.TdClassName
{
border-color: #776E8C;
}
.TagClassName
{
border-color: #776E8C;
}
</style>