Shades of Tapa #76776A
Tints of Tapa #76776A
RGB
CMYK
RGB Variations
Color information
#76776A (or 0x76776A) is known color: Tapa. HEX triplet: 76, 77 and 6A. RGB value is (118,119,106). Sum of RGB (Red+Green+Blue) = 118+119+106=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 119 - color contains mainly: green. Hex color #76776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76776A is #898895. Grayscale: #757575. Windows color (decimal): -9013398 or 6977398. OLE color: 6977398.
HSL color Cylindrical-coordinate representation of color #76776A: hue angle of 64.62º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76776A is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 106 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.53 |
| HSL | 64.62º | 0.06% | 0.44% | - |
| HSV(B) | 64.62º | 0.11% | 0.47% | - |
| XYZ | 16.67 | 18.09 | 16.25 | - |
| YUV | 117.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 106 | 0.01 | 0 | 0.11 | 0.53 | 64.62 | 0.06 | 0.44 |
| Hex | 76 | 77 | 6A | 1 | 0 | B | 35 | 41 | 6 | 2C |
| Octal | 166 | 167 | 152 | 1 | 0 | 13 | 65 | 101 | 6 | 54 |
| Binary | 1110110 | 1110111 | 1101010 | 1 | 0 | 1011 | 110101 | 1000001 | 110 | 101100 |
Color Harmonies of #76776A
Complementary color
Monochromatic Colors of #76776A
Black with #76776A
Text Example
Text Example
White with #76776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76776A; }
p { color: rgb(118,119,106); }
H1.HeaderClassName
{
color: #76776A;
}
.AnyTagClassName
{
color: #76776A;
}
</style>
background-color css
<style>
a { background-color: #76776A; }
a { background-color: rgb(118,119,106); }
div.DivClassName
{
background-color: #76776A;
}
.BgClassName
{
background-color: #76776A;
}
</style>
border-color css
<style>
span { border-color: #76776A; }
span { border-color: rgb(118,119,106); }
td.TdClassName
{
border-color: #76776A;
}
.TagClassName
{
border-color: #76776A;
}
</style>