Shades of Tapa #76786C
Tints of Tapa #76786C
RGB
CMYK
RGB Variations
Color information
#76786C (or 0x76786C) is known color: Tapa. HEX triplet: 76, 78 and 6C. RGB value is (118,120,108). Sum of RGB (Red+Green+Blue) = 118+120+108=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #76786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76786C is #898793. Grayscale: #767676. Windows color (decimal): -9013140 or 7108726. OLE color: 7108726.
HSL color Cylindrical-coordinate representation of color #76786C: hue angle of 70º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76786C is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 108 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.53 |
| HSL | 70º | 0.05% | 0.45% | - |
| HSV(B) | 70º | 0.1% | 0.47% | - |
| XYZ | 16.89 | 18.37 | 16.84 | - |
| YUV | 118.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 108 | 0.02 | 0 | 0.10 | 0.53 | 70 | 0.05 | 0.45 |
| Hex | 76 | 78 | 6C | 2 | 0 | A | 35 | 46 | 5 | 2D |
| Octal | 166 | 170 | 154 | 2 | 0 | 12 | 65 | 106 | 5 | 55 |
| Binary | 1110110 | 1111000 | 1101100 | 10 | 0 | 1010 | 110101 | 1000110 | 101 | 101101 |
Color Harmonies of #76786C
Complementary color
Monochromatic Colors of #76786C
Black with #76786C
Text Example
Text Example
White with #76786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76786C; }
p { color: rgb(118,120,108); }
H1.HeaderClassName
{
color: #76786C;
}
.AnyTagClassName
{
color: #76786C;
}
</style>
background-color css
<style>
a { background-color: #76786C; }
a { background-color: rgb(118,120,108); }
div.DivClassName
{
background-color: #76786C;
}
.BgClassName
{
background-color: #76786C;
}
</style>
border-color css
<style>
span { border-color: #76786C; }
span { border-color: rgb(118,120,108); }
td.TdClassName
{
border-color: #76786C;
}
.TagClassName
{
border-color: #76786C;
}
</style>