Shades of Tapa #78776A
Tints of Tapa #78776A
RGB
CMYK
RGB Variations
Color information
#78776A (or 0x78776A) is known color: Tapa. HEX triplet: 78, 77 and 6A. RGB value is (120,119,106). Sum of RGB (Red+Green+Blue) = 120+119+106=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 120 - color contains mainly: red. Hex color #78776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78776A is #878895. Grayscale: #757575. Windows color (decimal): -8882326 or 6977400. OLE color: 6977400.
HSL color Cylindrical-coordinate representation of color #78776A: hue angle of 55.71º 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 #78776A is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 106 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.53 |
| HSL | 55.71º | 0.06% | 0.44% | - |
| HSV(B) | 55.71º | 0.12% | 0.47% | - |
| XYZ | 16.94 | 18.23 | 16.26 | - |
| YUV | 117.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 106 | 0 | 0.01 | 0.12 | 0.53 | 55.71 | 0.06 | 0.44 |
| Hex | 78 | 77 | 6A | 0 | 1 | C | 35 | 38 | 6 | 2C |
| Octal | 170 | 167 | 152 | 0 | 1 | 14 | 65 | 70 | 6 | 54 |
| Binary | 1111000 | 1110111 | 1101010 | 0 | 1 | 1100 | 110101 | 111000 | 110 | 101100 |
Color Harmonies of #78776A
Complementary color
Monochromatic Colors of #78776A
Black with #78776A
Text Example
Text Example
White with #78776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78776A; }
p { color: rgb(120,119,106); }
H1.HeaderClassName
{
color: #78776A;
}
.AnyTagClassName
{
color: #78776A;
}
</style>
background-color css
<style>
a { background-color: #78776A; }
a { background-color: rgb(120,119,106); }
div.DivClassName
{
background-color: #78776A;
}
.BgClassName
{
background-color: #78776A;
}
</style>
border-color css
<style>
span { border-color: #78776A; }
span { border-color: rgb(120,119,106); }
td.TdClassName
{
border-color: #78776A;
}
.TagClassName
{
border-color: #78776A;
}
</style>