Shades of Tapa #807E6F
Tints of Tapa #807E6F
RGB
CMYK
RGB Variations
Color information
#807E6F (or 0x807E6F) is known color: Tapa. HEX triplet: 80, 7E and 6F. RGB value is (128,126,111). Sum of RGB (Red+Green+Blue) = 128+126+111=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #807E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807E6F is #7F8190. Grayscale: #7C7C7C. Windows color (decimal): -8356241 or 7306880. OLE color: 7306880.
HSL color Cylindrical-coordinate representation of color #807E6F: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807E6F is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 111 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.50 |
| HSL | 52.94º | 0.07% | 0.47% | - |
| HSV(B) | 52.94º | 0.13% | 0.5% | - |
| XYZ | 19.23 | 20.66 | 18.01 | - |
| YUV | 124.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 111 | 0 | 0.02 | 0.13 | 0.50 | 52.94 | 0.07 | 0.47 |
| Hex | 80 | 7E | 6F | 0 | 2 | D | 32 | 35 | 7 | 2F |
| Octal | 200 | 176 | 157 | 0 | 2 | 15 | 62 | 65 | 7 | 57 |
| Binary | 10000000 | 1111110 | 1101111 | 0 | 10 | 1101 | 110010 | 110101 | 111 | 101111 |
Color Harmonies of #807E6F
Complementary color
Monochromatic Colors of #807E6F
Black with #807E6F
Text Example
Text Example
White with #807E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E6F; }
p { color: rgb(128,126,111); }
H1.HeaderClassName
{
color: #807E6F;
}
.AnyTagClassName
{
color: #807E6F;
}
</style>
background-color css
<style>
a { background-color: #807E6F; }
a { background-color: rgb(128,126,111); }
div.DivClassName
{
background-color: #807E6F;
}
.BgClassName
{
background-color: #807E6F;
}
</style>
border-color css
<style>
span { border-color: #807E6F; }
span { border-color: rgb(128,126,111); }
td.TdClassName
{
border-color: #807E6F;
}
.TagClassName
{
border-color: #807E6F;
}
</style>