Shades of Tapa #777870
Tints of Tapa #777870
RGB
CMYK
RGB Variations
Color information
#777870 (or 0x777870) is known color: Tapa. HEX triplet: 77, 78 and 70. RGB value is (119,120,112). Sum of RGB (Red+Green+Blue) = 119+120+112=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #777870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777870 is #88878F. Grayscale: #767676. Windows color (decimal): -8947600 or 7370871. OLE color: 7370871.
HSL color Cylindrical-coordinate representation of color #777870: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #777870 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 112 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.53 |
| HSL | 67.5º | 0.03% | 0.45% | - |
| HSV(B) | 67.5º | 0.07% | 0.47% | - |
| XYZ | 17.25 | 18.52 | 18 | - |
| YUV | 118.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 112 | 0.01 | 0 | 0.07 | 0.53 | 67.5 | 0.03 | 0.45 |
| Hex | 77 | 78 | 70 | 1 | 0 | 7 | 35 | 44 | 3 | 2D |
| Octal | 167 | 170 | 160 | 1 | 0 | 7 | 65 | 104 | 3 | 55 |
| Binary | 1110111 | 1111000 | 1110000 | 1 | 0 | 111 | 110101 | 1000100 | 11 | 101101 |
Color Harmonies of #777870
Complementary color
Monochromatic Colors of #777870
Black with #777870
Text Example
Text Example
White with #777870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777870; }
p { color: rgb(119,120,112); }
H1.HeaderClassName
{
color: #777870;
}
.AnyTagClassName
{
color: #777870;
}
</style>
background-color css
<style>
a { background-color: #777870; }
a { background-color: rgb(119,120,112); }
div.DivClassName
{
background-color: #777870;
}
.BgClassName
{
background-color: #777870;
}
</style>
border-color css
<style>
span { border-color: #777870; }
span { border-color: rgb(119,120,112); }
td.TdClassName
{
border-color: #777870;
}
.TagClassName
{
border-color: #777870;
}
</style>