Shades of Tapa #807E71
Tints of Tapa #807E71
RGB
CMYK
RGB Variations
Color information
#807E71 (or 0x807E71) is known color: Tapa. HEX triplet: 80, 7E and 71. RGB value is (128,126,113). Sum of RGB (Red+Green+Blue) = 128+126+113=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #807E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807E71 is #7F818E. Grayscale: #7D7D7D. Windows color (decimal): -8356239 or 7437952. OLE color: 7437952.
HSL color Cylindrical-coordinate representation of color #807E71: hue angle of 52º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807E71 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 113 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.50 |
| HSL | 52º | 0.06% | 0.47% | - |
| HSV(B) | 52º | 0.12% | 0.5% | - |
| XYZ | 19.34 | 20.7 | 18.6 | - |
| YUV | 125.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 113 | 0 | 0.02 | 0.12 | 0.50 | 52 | 0.06 | 0.47 |
| Hex | 80 | 7E | 71 | 0 | 2 | C | 32 | 34 | 6 | 2F |
| Octal | 200 | 176 | 161 | 0 | 2 | 14 | 62 | 64 | 6 | 57 |
| Binary | 10000000 | 1111110 | 1110001 | 0 | 10 | 1100 | 110010 | 110100 | 110 | 101111 |
Color Harmonies of #807E71
Complementary color
Monochromatic Colors of #807E71
Black with #807E71
Text Example
Text Example
White with #807E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E71; }
p { color: rgb(128,126,113); }
H1.HeaderClassName
{
color: #807E71;
}
.AnyTagClassName
{
color: #807E71;
}
</style>
background-color css
<style>
a { background-color: #807E71; }
a { background-color: rgb(128,126,113); }
div.DivClassName
{
background-color: #807E71;
}
.BgClassName
{
background-color: #807E71;
}
</style>
border-color css
<style>
span { border-color: #807E71; }
span { border-color: rgb(128,126,113); }
td.TdClassName
{
border-color: #807E71;
}
.TagClassName
{
border-color: #807E71;
}
</style>