Shades of Tapa #77786E
Tints of Tapa #77786E
RGB
CMYK
RGB Variations
Color information
#77786E (or 0x77786E) is known color: Tapa. HEX triplet: 77, 78 and 6E. RGB value is (119,120,110). Sum of RGB (Red+Green+Blue) = 119+120+110=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 120 - color contains mainly: green. Hex color #77786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77786E is #888791. Grayscale: #767676. Windows color (decimal): -8947602 or 7239799. OLE color: 7239799.
HSL color Cylindrical-coordinate representation of color #77786E: hue angle of 66º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77786E is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 110 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.53 |
| HSL | 66º | 0.04% | 0.45% | - |
| HSV(B) | 66º | 0.08% | 0.47% | - |
| XYZ | 17.14 | 18.48 | 17.42 | - |
| YUV | 118.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 110 | 0.01 | 0 | 0.08 | 0.53 | 66 | 0.04 | 0.45 |
| Hex | 77 | 78 | 6E | 1 | 0 | 8 | 35 | 42 | 4 | 2D |
| Octal | 167 | 170 | 156 | 1 | 0 | 10 | 65 | 102 | 4 | 55 |
| Binary | 1110111 | 1111000 | 1101110 | 1 | 0 | 1000 | 110101 | 1000010 | 100 | 101101 |
Color Harmonies of #77786E
Complementary color
Monochromatic Colors of #77786E
Black with #77786E
Text Example
Text Example
White with #77786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77786E; }
p { color: rgb(119,120,110); }
H1.HeaderClassName
{
color: #77786E;
}
.AnyTagClassName
{
color: #77786E;
}
</style>
background-color css
<style>
a { background-color: #77786E; }
a { background-color: rgb(119,120,110); }
div.DivClassName
{
background-color: #77786E;
}
.BgClassName
{
background-color: #77786E;
}
</style>
border-color css
<style>
span { border-color: #77786E; }
span { border-color: rgb(119,120,110); }
td.TdClassName
{
border-color: #77786E;
}
.TagClassName
{
border-color: #77786E;
}
</style>