Shades of Tapa #777669
Tints of Tapa #777669
RGB
CMYK
RGB Variations
Color information
#777669 (or 0x777669) is known color: Tapa. HEX triplet: 77, 76 and 69. RGB value is (119,118,105). Sum of RGB (Red+Green+Blue) = 119+118+105=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #777669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777669 is #888996. Grayscale: #747474. Windows color (decimal): -8948119 or 6911607. OLE color: 6911607.
HSL color Cylindrical-coordinate representation of color #777669: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777669 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 105 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.53 |
| HSL | 55.71º | 0.06% | 0.44% | - |
| HSV(B) | 55.71º | 0.12% | 0.47% | - |
| XYZ | 16.64 | 17.9 | 15.94 | - |
| YUV | 116.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 105 | 0 | 0.01 | 0.12 | 0.53 | 55.71 | 0.06 | 0.44 |
| Hex | 77 | 76 | 69 | 0 | 1 | C | 35 | 38 | 6 | 2C |
| Octal | 167 | 166 | 151 | 0 | 1 | 14 | 65 | 70 | 6 | 54 |
| Binary | 1110111 | 1110110 | 1101001 | 0 | 1 | 1100 | 110101 | 111000 | 110 | 101100 |
Color Harmonies of #777669
Complementary color
Monochromatic Colors of #777669
Black with #777669
Text Example
Text Example
White with #777669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777669; }
p { color: rgb(119,118,105); }
H1.HeaderClassName
{
color: #777669;
}
.AnyTagClassName
{
color: #777669;
}
</style>
background-color css
<style>
a { background-color: #777669; }
a { background-color: rgb(119,118,105); }
div.DivClassName
{
background-color: #777669;
}
.BgClassName
{
background-color: #777669;
}
</style>
border-color css
<style>
span { border-color: #777669; }
span { border-color: rgb(119,118,105); }
td.TdClassName
{
border-color: #777669;
}
.TagClassName
{
border-color: #777669;
}
</style>