Shades of Topaz #777189
Tints of Topaz #777189
RGB
CMYK
RGB Variations
Color information
#777189 (or 0x777189) is known color: Topaz. HEX triplet: 77, 71 and 89. RGB value is (119,113,137). Sum of RGB (Red+Green+Blue) = 119+113+137=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #777189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777189 is #888E76. Grayscale: #757575. Windows color (decimal): -8949367 or 9007479. OLE color: 9007479.
HSL color Cylindrical-coordinate representation of color #777189: hue angle of 255º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777189 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 113 | 137 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.46 |
| HSL | 255º | 0.1% | 0.49% | - |
| HSV(B) | 255º | 0.18% | 0.54% | - |
| XYZ | 18.03 | 17.54 | 26.1 | - |
| YUV | 117.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 137 | 0.13 | 0.18 | 0 | 0.46 | 255 | 0.1 | 0.49 |
| Hex | 77 | 71 | 89 | D | 12 | 0 | 2E | FF | A | 31 |
| Octal | 167 | 161 | 211 | 15 | 22 | 0 | 56 | 377 | 12 | 61 |
| Binary | 1110111 | 1110001 | 10001001 | 1101 | 10010 | 0 | 101110 | 11111111 | 1010 | 110001 |
Color Harmonies of #777189
Complementary color
Monochromatic Colors of #777189
Black with #777189
Text Example
Text Example
White with #777189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777189; }
p { color: rgb(119,113,137); }
H1.HeaderClassName
{
color: #777189;
}
.AnyTagClassName
{
color: #777189;
}
</style>
background-color css
<style>
a { background-color: #777189; }
a { background-color: rgb(119,113,137); }
div.DivClassName
{
background-color: #777189;
}
.BgClassName
{
background-color: #777189;
}
</style>
border-color css
<style>
span { border-color: #777189; }
span { border-color: rgb(119,113,137); }
td.TdClassName
{
border-color: #777189;
}
.TagClassName
{
border-color: #777189;
}
</style>