Shades of Topaz #77757B
Tints of Topaz #77757B
RGB
CMYK
RGB Variations
Color information
#77757B (or 0x77757B) is known color: Topaz. HEX triplet: 77, 75 and 7B. RGB value is (119,117,123). Sum of RGB (Red+Green+Blue) = 119+117+123=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #77757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77757B is #888A84. Grayscale: #767676. Windows color (decimal): -8948357 or 8090999. OLE color: 8090999.
HSL color Cylindrical-coordinate representation of color #77757B: hue angle of 260º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #77757B is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 117 | 123 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.52 |
| HSL | 260º | 0.03% | 0.47% | - |
| HSV(B) | 260º | 0.05% | 0.48% | - |
| XYZ | 17.54 | 18.07 | 21.3 | - |
| YUV | 118.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 123 | 0.03 | 0.05 | 0 | 0.52 | 260 | 0.03 | 0.47 |
| Hex | 77 | 75 | 7B | 3 | 5 | 0 | 34 | 104 | 2 | 2F |
| Octal | 167 | 165 | 173 | 3 | 5 | 0 | 64 | 404 | 2 | 57 |
| Binary | 1110111 | 1110101 | 1111011 | 11 | 101 | 0 | 110100 | 100000100 | 10 | 101111 |
Color Harmonies of #77757B
Complementary color
Monochromatic Colors of #77757B
Black with #77757B
Text Example
Text Example
White with #77757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77757B; }
p { color: rgb(119,117,123); }
H1.HeaderClassName
{
color: #77757B;
}
.AnyTagClassName
{
color: #77757B;
}
</style>
background-color css
<style>
a { background-color: #77757B; }
a { background-color: rgb(119,117,123); }
div.DivClassName
{
background-color: #77757B;
}
.BgClassName
{
background-color: #77757B;
}
</style>
border-color css
<style>
span { border-color: #77757B; }
span { border-color: rgb(119,117,123); }
td.TdClassName
{
border-color: #77757B;
}
.TagClassName
{
border-color: #77757B;
}
</style>