Shades of Topaz #776D8B
Tints of Topaz #776D8B
RGB
CMYK
RGB Variations
Color information
#776D8B (or 0x776D8B) is known color: Topaz. HEX triplet: 77, 6D and 8B. RGB value is (119,109,139). Sum of RGB (Red+Green+Blue) = 119+109+139=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #776D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D8B is #889274. Grayscale: #737373. Windows color (decimal): -8950389 or 9137527. OLE color: 9137527.
HSL color Cylindrical-coordinate representation of color #776D8B: hue angle of 260º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776D8B is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 109 | 139 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.45 |
| HSL | 260º | 0.12% | 0.49% | - |
| HSV(B) | 260º | 0.22% | 0.55% | - |
| XYZ | 17.74 | 16.72 | 26.72 | - |
| YUV | 115.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 139 | 0.14 | 0.22 | 0 | 0.45 | 260 | 0.12 | 0.49 |
| Hex | 77 | 6D | 8B | E | 16 | 0 | 2D | 104 | C | 31 |
| Octal | 167 | 155 | 213 | 16 | 26 | 0 | 55 | 404 | 14 | 61 |
| Binary | 1110111 | 1101101 | 10001011 | 1110 | 10110 | 0 | 101101 | 100000100 | 1100 | 110001 |
Color Harmonies of #776D8B
Complementary color
Monochromatic Colors of #776D8B
Black with #776D8B
Text Example
Text Example
White with #776D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D8B; }
p { color: rgb(119,109,139); }
H1.HeaderClassName
{
color: #776D8B;
}
.AnyTagClassName
{
color: #776D8B;
}
</style>
background-color css
<style>
a { background-color: #776D8B; }
a { background-color: rgb(119,109,139); }
div.DivClassName
{
background-color: #776D8B;
}
.BgClassName
{
background-color: #776D8B;
}
</style>
border-color css
<style>
span { border-color: #776D8B; }
span { border-color: rgb(119,109,139); }
td.TdClassName
{
border-color: #776D8B;
}
.TagClassName
{
border-color: #776D8B;
}
</style>