Shades of Topaz #776E88
Tints of Topaz #776E88
RGB
CMYK
RGB Variations
Color information
#776E88 (or 0x776E88) is known color: Topaz. HEX triplet: 77, 6E and 88. RGB value is (119,110,136). Sum of RGB (Red+Green+Blue) = 119+110+136=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #776E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E88 is #889177. Grayscale: #737373. Windows color (decimal): -8950136 or 8941175. OLE color: 8941175.
HSL color Cylindrical-coordinate representation of color #776E88: hue angle of 260.77º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776E88 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 110 | 136 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.47 |
| HSL | 260.77º | 0.11% | 0.48% | - |
| HSV(B) | 260.77º | 0.19% | 0.53% | - |
| XYZ | 17.63 | 16.85 | 25.62 | - |
| YUV | 115.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 136 | 0.12 | 0.19 | 0 | 0.47 | 260.77 | 0.11 | 0.48 |
| Hex | 77 | 6E | 88 | C | 13 | 0 | 2F | 105 | B | 30 |
| Octal | 167 | 156 | 210 | 14 | 23 | 0 | 57 | 405 | 13 | 60 |
| Binary | 1110111 | 1101110 | 10001000 | 1100 | 10011 | 0 | 101111 | 100000101 | 1011 | 110000 |
Color Harmonies of #776E88
Complementary color
Monochromatic Colors of #776E88
Black with #776E88
Text Example
Text Example
White with #776E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E88; }
p { color: rgb(119,110,136); }
H1.HeaderClassName
{
color: #776E88;
}
.AnyTagClassName
{
color: #776E88;
}
</style>
background-color css
<style>
a { background-color: #776E88; }
a { background-color: rgb(119,110,136); }
div.DivClassName
{
background-color: #776E88;
}
.BgClassName
{
background-color: #776E88;
}
</style>
border-color css
<style>
span { border-color: #776E88; }
span { border-color: rgb(119,110,136); }
td.TdClassName
{
border-color: #776E88;
}
.TagClassName
{
border-color: #776E88;
}
</style>