Shades of Tapa #77786A
Tints of Tapa #77786A
RGB
CMYK
RGB Variations
Color information
#77786A (or 0x77786A) is known color: Tapa. HEX triplet: 77, 78 and 6A. RGB value is (119,120,106). Sum of RGB (Red+Green+Blue) = 119+120+106=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #77786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77786A is #888795. Grayscale: #767676. Windows color (decimal): -8947606 or 6977655. OLE color: 6977655.
HSL color Cylindrical-coordinate representation of color #77786A: hue angle of 64.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #77786A is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 106 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.53 |
| HSL | 64.29º | 0.06% | 0.44% | - |
| HSV(B) | 64.29º | 0.12% | 0.47% | - |
| XYZ | 16.93 | 18.4 | 16.29 | - |
| YUV | 118.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 106 | 0.01 | 0 | 0.12 | 0.53 | 64.29 | 0.06 | 0.44 |
| Hex | 77 | 78 | 6A | 1 | 0 | C | 35 | 40 | 6 | 2C |
| Octal | 167 | 170 | 152 | 1 | 0 | 14 | 65 | 100 | 6 | 54 |
| Binary | 1110111 | 1111000 | 1101010 | 1 | 0 | 1100 | 110101 | 1000000 | 110 | 101100 |
Color Harmonies of #77786A
Complementary color
Monochromatic Colors of #77786A
Black with #77786A
Text Example
Text Example
White with #77786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77786A; }
p { color: rgb(119,120,106); }
H1.HeaderClassName
{
color: #77786A;
}
.AnyTagClassName
{
color: #77786A;
}
</style>
background-color css
<style>
a { background-color: #77786A; }
a { background-color: rgb(119,120,106); }
div.DivClassName
{
background-color: #77786A;
}
.BgClassName
{
background-color: #77786A;
}
</style>
border-color css
<style>
span { border-color: #77786A; }
span { border-color: rgb(119,120,106); }
td.TdClassName
{
border-color: #77786A;
}
.TagClassName
{
border-color: #77786A;
}
</style>