Shades of Tapa #777771
Tints of Tapa #777771
RGB
CMYK
RGB Variations
Color information
#777771 (or 0x777771) is known color: Tapa. HEX triplet: 77, 77 and 71. RGB value is (119,119,113). Sum of RGB (Red+Green+Blue) = 119+119+113=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777771 is #88888E. Grayscale: #767676. Windows color (decimal): -8947855 or 7436151. OLE color: 7436151.
HSL color Cylindrical-coordinate representation of color #777771: hue angle of 60º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777771 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 113 | - |
| CMYK | 0 | 0 | 0.05 | 0.53 |
| HSL | 60º | 0.03% | 0.45% | - |
| HSV(B) | 60º | 0.05% | 0.47% | - |
| XYZ | 17.19 | 18.31 | 18.25 | - |
| YUV | 118.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 113 | 0 | 0 | 0.05 | 0.53 | 60 | 0.03 | 0.45 |
| Hex | 77 | 77 | 71 | 0 | 0 | 5 | 35 | 3C | 3 | 2D |
| Octal | 167 | 167 | 161 | 0 | 0 | 5 | 65 | 74 | 3 | 55 |
| Binary | 1110111 | 1110111 | 1110001 | 0 | 0 | 101 | 110101 | 111100 | 11 | 101101 |
Color Harmonies of #777771
Complementary color
Monochromatic Colors of #777771
Black with #777771
Text Example
Text Example
White with #777771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777771; }
p { color: rgb(119,119,113); }
H1.HeaderClassName
{
color: #777771;
}
.AnyTagClassName
{
color: #777771;
}
</style>
background-color css
<style>
a { background-color: #777771; }
a { background-color: rgb(119,119,113); }
div.DivClassName
{
background-color: #777771;
}
.BgClassName
{
background-color: #777771;
}
</style>
border-color css
<style>
span { border-color: #777771; }
span { border-color: rgb(119,119,113); }
td.TdClassName
{
border-color: #777771;
}
.TagClassName
{
border-color: #777771;
}
</style>