Shades of Topaz #77718B
Tints of Topaz #77718B
RGB
CMYK
RGB Variations
Color information
#77718B (or 0x77718B) is known color: Topaz. HEX triplet: 77, 71 and 8B. RGB value is (119,113,139). Sum of RGB (Red+Green+Blue) = 119+113+139=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #77718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77718B is #888E74. Grayscale: #757575. Windows color (decimal): -8949365 or 9138551. OLE color: 9138551.
HSL color Cylindrical-coordinate representation of color #77718B: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77718B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 113 | 139 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.45 |
| HSL | 253.85º | 0.1% | 0.49% | - |
| HSV(B) | 253.85º | 0.19% | 0.55% | - |
| XYZ | 18.17 | 17.6 | 26.86 | - |
| YUV | 117.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 139 | 0.14 | 0.19 | 0 | 0.45 | 253.85 | 0.1 | 0.49 |
| Hex | 77 | 71 | 8B | E | 13 | 0 | 2D | FE | A | 31 |
| Octal | 167 | 161 | 213 | 16 | 23 | 0 | 55 | 376 | 12 | 61 |
| Binary | 1110111 | 1110001 | 10001011 | 1110 | 10011 | 0 | 101101 | 11111110 | 1010 | 110001 |
Color Harmonies of #77718B
Complementary color
Monochromatic Colors of #77718B
Black with #77718B
Text Example
Text Example
White with #77718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77718B; }
p { color: rgb(119,113,139); }
H1.HeaderClassName
{
color: #77718B;
}
.AnyTagClassName
{
color: #77718B;
}
</style>
background-color css
<style>
a { background-color: #77718B; }
a { background-color: rgb(119,113,139); }
div.DivClassName
{
background-color: #77718B;
}
.BgClassName
{
background-color: #77718B;
}
</style>
border-color css
<style>
span { border-color: #77718B; }
span { border-color: rgb(119,113,139); }
td.TdClassName
{
border-color: #77718B;
}
.TagClassName
{
border-color: #77718B;
}
</style>