Shades of Tapa #78786B
Tints of Tapa #78786B
RGB
CMYK
RGB Variations
Color information
#78786B (or 0x78786B) is known color: Tapa. HEX triplet: 78, 78 and 6B. RGB value is (120,120,107). Sum of RGB (Red+Green+Blue) = 120+120+107=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78786B is #878794. Grayscale: #767676. Windows color (decimal): -8882069 or 7043192. OLE color: 7043192.
HSL color Cylindrical-coordinate representation of color #78786B: hue angle of 60º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78786B is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 107 | - |
| CMYK | 0 | 0 | 0.11 | 0.53 |
| HSL | 60º | 0.06% | 0.45% | - |
| HSV(B) | 60º | 0.11% | 0.47% | - |
| XYZ | 17.12 | 18.49 | 16.58 | - |
| YUV | 118.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 107 | 0 | 0 | 0.11 | 0.53 | 60 | 0.06 | 0.45 |
| Hex | 78 | 78 | 6B | 0 | 0 | B | 35 | 3C | 6 | 2D |
| Octal | 170 | 170 | 153 | 0 | 0 | 13 | 65 | 74 | 6 | 55 |
| Binary | 1111000 | 1111000 | 1101011 | 0 | 0 | 1011 | 110101 | 111100 | 110 | 101101 |
Color Harmonies of #78786B
Complementary color
Monochromatic Colors of #78786B
Black with #78786B
Text Example
Text Example
White with #78786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78786B; }
p { color: rgb(120,120,107); }
H1.HeaderClassName
{
color: #78786B;
}
.AnyTagClassName
{
color: #78786B;
}
</style>
background-color css
<style>
a { background-color: #78786B; }
a { background-color: rgb(120,120,107); }
div.DivClassName
{
background-color: #78786B;
}
.BgClassName
{
background-color: #78786B;
}
</style>
border-color css
<style>
span { border-color: #78786B; }
span { border-color: rgb(120,120,107); }
td.TdClassName
{
border-color: #78786B;
}
.TagClassName
{
border-color: #78786B;
}
</style>