Shades of Tapa #777773
Tints of Tapa #777773
RGB
CMYK
RGB Variations
Color information
#777773 (or 0x777773) is known color: Tapa. HEX triplet: 77, 77 and 73. RGB value is (119,119,115). Sum of RGB (Red+Green+Blue) = 119+119+115=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777773 is #88888C. Grayscale: #767676. Windows color (decimal): -8947853 or 7567223. OLE color: 7567223.
HSL color Cylindrical-coordinate representation of color #777773: hue angle of 60º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777773 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 115 | - |
| CMYK | 0 | 0 | 0.03 | 0.53 |
| HSL | 60º | 0.02% | 0.46% | - |
| HSV(B) | 60º | 0.03% | 0.47% | - |
| XYZ | 17.3 | 18.35 | 18.85 | - |
| YUV | 118.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 115 | 0 | 0 | 0.03 | 0.53 | 60 | 0.02 | 0.46 |
| Hex | 77 | 77 | 73 | 0 | 0 | 3 | 35 | 3C | 2 | 2E |
| Octal | 167 | 167 | 163 | 0 | 0 | 3 | 65 | 74 | 2 | 56 |
| Binary | 1110111 | 1110111 | 1110011 | 0 | 0 | 11 | 110101 | 111100 | 10 | 101110 |
Color Harmonies of #777773
Complementary color
Monochromatic Colors of #777773
Black with #777773
Text Example
Text Example
White with #777773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777773; }
p { color: rgb(119,119,115); }
H1.HeaderClassName
{
color: #777773;
}
.AnyTagClassName
{
color: #777773;
}
</style>
background-color css
<style>
a { background-color: #777773; }
a { background-color: rgb(119,119,115); }
div.DivClassName
{
background-color: #777773;
}
.BgClassName
{
background-color: #777773;
}
</style>
border-color css
<style>
span { border-color: #777773; }
span { border-color: rgb(119,119,115); }
td.TdClassName
{
border-color: #777773;
}
.TagClassName
{
border-color: #777773;
}
</style>