Shades of Topaz #77747F
Tints of Topaz #77747F
RGB
CMYK
RGB Variations
Color information
#77747F (or 0x77747F) is known color: Topaz. HEX triplet: 77, 74 and 7F. RGB value is (119,116,127). Sum of RGB (Red+Green+Blue) = 119+116+127=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 127 - color contains mainly: blue. Hex color #77747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77747F is #888B80. Grayscale: #767676. Windows color (decimal): -8948609 or 8352887. OLE color: 8352887.
HSL color Cylindrical-coordinate representation of color #77747F: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77747F is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 116 | 127 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.50 |
| HSL | 256.36º | 0.05% | 0.48% | - |
| HSV(B) | 256.36º | 0.09% | 0.5% | - |
| XYZ | 17.68 | 17.95 | 22.61 | - |
| YUV | 118.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 127 | 0.06 | 0.09 | 0 | 0.50 | 256.36 | 0.05 | 0.48 |
| Hex | 77 | 74 | 7F | 6 | 9 | 0 | 32 | 100 | 5 | 30 |
| Octal | 167 | 164 | 177 | 6 | 11 | 0 | 62 | 400 | 5 | 60 |
| Binary | 1110111 | 1110100 | 1111111 | 110 | 1001 | 0 | 110010 | 100000000 | 101 | 110000 |
Color Harmonies of #77747F
Complementary color
Monochromatic Colors of #77747F
Black with #77747F
Text Example
Text Example
White with #77747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77747F; }
p { color: rgb(119,116,127); }
H1.HeaderClassName
{
color: #77747F;
}
.AnyTagClassName
{
color: #77747F;
}
</style>
background-color css
<style>
a { background-color: #77747F; }
a { background-color: rgb(119,116,127); }
div.DivClassName
{
background-color: #77747F;
}
.BgClassName
{
background-color: #77747F;
}
</style>
border-color css
<style>
span { border-color: #77747F; }
span { border-color: rgb(119,116,127); }
td.TdClassName
{
border-color: #77747F;
}
.TagClassName
{
border-color: #77747F;
}
</style>