Shades of Tapa #77776E
Tints of Tapa #77776E
RGB
CMYK
RGB Variations
Color information
#77776E (or 0x77776E) is known color: Tapa. HEX triplet: 77, 77 and 6E. RGB value is (119,119,110). Sum of RGB (Red+Green+Blue) = 119+119+110=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77776E is #888891. Grayscale: #767676. Windows color (decimal): -8947858 or 7239543. OLE color: 7239543.
HSL color Cylindrical-coordinate representation of color #77776E: hue angle of 60º 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 #77776E is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 110 | - |
| CMYK | 0 | 0 | 0.08 | 0.53 |
| HSL | 60º | 0.04% | 0.45% | - |
| HSV(B) | 60º | 0.08% | 0.47% | - |
| XYZ | 17.02 | 18.24 | 17.38 | - |
| YUV | 117.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 110 | 0 | 0 | 0.08 | 0.53 | 60 | 0.04 | 0.45 |
| Hex | 77 | 77 | 6E | 0 | 0 | 8 | 35 | 3C | 4 | 2D |
| Octal | 167 | 167 | 156 | 0 | 0 | 10 | 65 | 74 | 4 | 55 |
| Binary | 1110111 | 1110111 | 1101110 | 0 | 0 | 1000 | 110101 | 111100 | 100 | 101101 |
Color Harmonies of #77776E
Complementary color
Monochromatic Colors of #77776E
Black with #77776E
Text Example
Text Example
White with #77776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77776E; }
p { color: rgb(119,119,110); }
H1.HeaderClassName
{
color: #77776E;
}
.AnyTagClassName
{
color: #77776E;
}
</style>
background-color css
<style>
a { background-color: #77776E; }
a { background-color: rgb(119,119,110); }
div.DivClassName
{
background-color: #77776E;
}
.BgClassName
{
background-color: #77776E;
}
</style>
border-color css
<style>
span { border-color: #77776E; }
span { border-color: rgb(119,119,110); }
td.TdClassName
{
border-color: #77776E;
}
.TagClassName
{
border-color: #77776E;
}
</style>