Shades of Tapa #787870
Tints of Tapa #787870
RGB
CMYK
RGB Variations
Color information
#787870 (or 0x787870) is known color: Tapa. HEX triplet: 78, 78 and 70. RGB value is (120,120,112). Sum of RGB (Red+Green+Blue) = 120+120+112=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787870 is #87878F. Grayscale: #777777. Windows color (decimal): -8882064 or 7370872. OLE color: 7370872.
HSL color Cylindrical-coordinate representation of color #787870: 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.07%. Process color model (Four color, CMYK) of #787870 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 112 | - |
| CMYK | 0 | 0 | 0.07 | 0.53 |
| HSL | 60º | 0.03% | 0.45% | - |
| HSV(B) | 60º | 0.07% | 0.47% | - |
| XYZ | 17.39 | 18.6 | 18 | - |
| YUV | 119.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 112 | 0 | 0 | 0.07 | 0.53 | 60 | 0.03 | 0.45 |
| Hex | 78 | 78 | 70 | 0 | 0 | 7 | 35 | 3C | 3 | 2D |
| Octal | 170 | 170 | 160 | 0 | 0 | 7 | 65 | 74 | 3 | 55 |
| Binary | 1111000 | 1111000 | 1110000 | 0 | 0 | 111 | 110101 | 111100 | 11 | 101101 |
Color Harmonies of #787870
Complementary color
Monochromatic Colors of #787870
Black with #787870
Text Example
Text Example
White with #787870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787870; }
p { color: rgb(120,120,112); }
H1.HeaderClassName
{
color: #787870;
}
.AnyTagClassName
{
color: #787870;
}
</style>
background-color css
<style>
a { background-color: #787870; }
a { background-color: rgb(120,120,112); }
div.DivClassName
{
background-color: #787870;
}
.BgClassName
{
background-color: #787870;
}
</style>
border-color css
<style>
span { border-color: #787870; }
span { border-color: rgb(120,120,112); }
td.TdClassName
{
border-color: #787870;
}
.TagClassName
{
border-color: #787870;
}
</style>