Shades of Tapa #76776E
Tints of Tapa #76776E
RGB
CMYK
RGB Variations
Color information
#76776E (or 0x76776E) is known color: Tapa. HEX triplet: 76, 77 and 6E. RGB value is (118,119,110). Sum of RGB (Red+Green+Blue) = 118+119+110=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #76776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76776E is #898891. Grayscale: #757575. Windows color (decimal): -9013394 or 7239542. OLE color: 7239542.
HSL color Cylindrical-coordinate representation of color #76776E: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76776E is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 110 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.53 |
| HSL | 66.67º | 0.04% | 0.45% | - |
| HSV(B) | 66.67º | 0.08% | 0.47% | - |
| XYZ | 16.88 | 18.17 | 17.37 | - |
| YUV | 117.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 110 | 0.01 | 0 | 0.08 | 0.53 | 66.67 | 0.04 | 0.45 |
| Hex | 76 | 77 | 6E | 1 | 0 | 8 | 35 | 43 | 4 | 2D |
| Octal | 166 | 167 | 156 | 1 | 0 | 10 | 65 | 103 | 4 | 55 |
| Binary | 1110110 | 1110111 | 1101110 | 1 | 0 | 1000 | 110101 | 1000011 | 100 | 101101 |
Color Harmonies of #76776E
Complementary color
Monochromatic Colors of #76776E
Black with #76776E
Text Example
Text Example
White with #76776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76776E; }
p { color: rgb(118,119,110); }
H1.HeaderClassName
{
color: #76776E;
}
.AnyTagClassName
{
color: #76776E;
}
</style>
background-color css
<style>
a { background-color: #76776E; }
a { background-color: rgb(118,119,110); }
div.DivClassName
{
background-color: #76776E;
}
.BgClassName
{
background-color: #76776E;
}
</style>
border-color css
<style>
span { border-color: #76776E; }
span { border-color: rgb(118,119,110); }
td.TdClassName
{
border-color: #76776E;
}
.TagClassName
{
border-color: #76776E;
}
</style>