Shades of Topaz #777180
Tints of Topaz #777180
RGB
CMYK
RGB Variations
Color information
#777180 (or 0x777180) is known color: Topaz. HEX triplet: 77, 71 and 80. RGB value is (119,113,128). Sum of RGB (Red+Green+Blue) = 119+113+128=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: blue. Hex color #777180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777180 is #888E7F. Grayscale: #747474. Windows color (decimal): -8949376 or 8417655. OLE color: 8417655.
HSL color Cylindrical-coordinate representation of color #777180: hue angle of 264º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777180 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 113 | 128 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.50 |
| HSL | 264º | 0.06% | 0.47% | - |
| HSV(B) | 264º | 0.12% | 0.5% | - |
| XYZ | 17.41 | 17.29 | 22.84 | - |
| YUV | 116.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 128 | 0.07 | 0.12 | 0 | 0.50 | 264 | 0.06 | 0.47 |
| Hex | 77 | 71 | 80 | 7 | C | 0 | 32 | 108 | 6 | 2F |
| Octal | 167 | 161 | 200 | 7 | 14 | 0 | 62 | 410 | 6 | 57 |
| Binary | 1110111 | 1110001 | 10000000 | 111 | 1100 | 0 | 110010 | 100001000 | 110 | 101111 |
Color Harmonies of #777180
Complementary color
Monochromatic Colors of #777180
Black with #777180
Text Example
Text Example
White with #777180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777180; }
p { color: rgb(119,113,128); }
H1.HeaderClassName
{
color: #777180;
}
.AnyTagClassName
{
color: #777180;
}
</style>
background-color css
<style>
a { background-color: #777180; }
a { background-color: rgb(119,113,128); }
div.DivClassName
{
background-color: #777180;
}
.BgClassName
{
background-color: #777180;
}
</style>
border-color css
<style>
span { border-color: #777180; }
span { border-color: rgb(119,113,128); }
td.TdClassName
{
border-color: #777180;
}
.TagClassName
{
border-color: #777180;
}
</style>