Shades of Tapa #807F71
Tints of Tapa #807F71
RGB
CMYK
RGB Variations
Color information
#807F71 (or 0x807F71) is known color: Tapa. HEX triplet: 80, 7F and 71. RGB value is (128,127,113). Sum of RGB (Red+Green+Blue) = 128+127+113=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 128 - color contains mainly: red. Hex color #807F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F71 is #7F808E. Grayscale: #7D7D7D. Windows color (decimal): -8355983 or 7438208. OLE color: 7438208.
HSL color Cylindrical-coordinate representation of color #807F71: hue angle of 56º 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 #807F71 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 113 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.50 |
| HSL | 56º | 0.06% | 0.47% | - |
| HSV(B) | 56º | 0.12% | 0.5% | - |
| XYZ | 19.47 | 20.96 | 18.64 | - |
| YUV | 125.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 113 | 0 | 0.01 | 0.12 | 0.50 | 56 | 0.06 | 0.47 |
| Hex | 80 | 7F | 71 | 0 | 1 | C | 32 | 38 | 6 | 2F |
| Octal | 200 | 177 | 161 | 0 | 1 | 14 | 62 | 70 | 6 | 57 |
| Binary | 10000000 | 1111111 | 1110001 | 0 | 1 | 1100 | 110010 | 111000 | 110 | 101111 |
Color Harmonies of #807F71
Complementary color
Monochromatic Colors of #807F71
Black with #807F71
Text Example
Text Example
White with #807F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F71; }
p { color: rgb(128,127,113); }
H1.HeaderClassName
{
color: #807F71;
}
.AnyTagClassName
{
color: #807F71;
}
</style>
background-color css
<style>
a { background-color: #807F71; }
a { background-color: rgb(128,127,113); }
div.DivClassName
{
background-color: #807F71;
}
.BgClassName
{
background-color: #807F71;
}
</style>
border-color css
<style>
span { border-color: #807F71; }
span { border-color: rgb(128,127,113); }
td.TdClassName
{
border-color: #807F71;
}
.TagClassName
{
border-color: #807F71;
}
</style>