Shades of Topaz #77747C
Tints of Topaz #77747C
RGB
CMYK
RGB Variations
Color information
#77747C (or 0x77747C) is known color: Topaz. HEX triplet: 77, 74 and 7C. RGB value is (119,116,124). Sum of RGB (Red+Green+Blue) = 119+116+124=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #77747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77747C is #888B83. Grayscale: #757575. Windows color (decimal): -8948612 or 8156279. OLE color: 8156279.
HSL color Cylindrical-coordinate representation of color #77747C: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #77747C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 116 | 124 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.51 |
| HSL | 262.5º | 0.03% | 0.47% | - |
| HSV(B) | 262.5º | 0.06% | 0.49% | - |
| XYZ | 17.49 | 17.87 | 21.6 | - |
| YUV | 117.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 124 | 0.04 | 0.06 | 0 | 0.51 | 262.5 | 0.03 | 0.47 |
| Hex | 77 | 74 | 7C | 4 | 6 | 0 | 33 | 106 | 3 | 2F |
| Octal | 167 | 164 | 174 | 4 | 6 | 0 | 63 | 406 | 3 | 57 |
| Binary | 1110111 | 1110100 | 1111100 | 100 | 110 | 0 | 110011 | 100000110 | 11 | 101111 |
Color Harmonies of #77747C
Complementary color
Monochromatic Colors of #77747C
Black with #77747C
Text Example
Text Example
White with #77747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77747C; }
p { color: rgb(119,116,124); }
H1.HeaderClassName
{
color: #77747C;
}
.AnyTagClassName
{
color: #77747C;
}
</style>
background-color css
<style>
a { background-color: #77747C; }
a { background-color: rgb(119,116,124); }
div.DivClassName
{
background-color: #77747C;
}
.BgClassName
{
background-color: #77747C;
}
</style>
border-color css
<style>
span { border-color: #77747C; }
span { border-color: rgb(119,116,124); }
td.TdClassName
{
border-color: #77747C;
}
.TagClassName
{
border-color: #77747C;
}
</style>