Shades of Tapa #80807B
Tints of Tapa #80807B
RGB
CMYK
RGB Variations
Color information
#80807B (or 0x80807B) is known color: Tapa. HEX triplet: 80, 80 and 7B. RGB value is (128,128,123). Sum of RGB (Red+Green+Blue) = 128+128+123=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 128 - color contains mainly: red, green. Hex color #80807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80807B is #7F7F84. Grayscale: #7F7F7F. Windows color (decimal): -8355717 or 8093824. OLE color: 8093824.
HSL color Cylindrical-coordinate representation of color #80807B: hue angle of 60º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #80807B is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 123 | - |
| CMYK | 0 | 0 | 0.04 | 0.50 |
| HSL | 60º | 0.02% | 0.49% | - |
| HSV(B) | 60º | 0.04% | 0.5% | - |
| XYZ | 20.2 | 21.46 | 21.82 | - |
| YUV | 127.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 123 | 0 | 0 | 0.04 | 0.50 | 60 | 0.02 | 0.49 |
| Hex | 80 | 80 | 7B | 0 | 0 | 4 | 32 | 3C | 2 | 31 |
| Octal | 200 | 200 | 173 | 0 | 0 | 4 | 62 | 74 | 2 | 61 |
| Binary | 10000000 | 10000000 | 1111011 | 0 | 0 | 100 | 110010 | 111100 | 10 | 110001 |
Color Harmonies of #80807B
Complementary color
Monochromatic Colors of #80807B
Black with #80807B
Text Example
Text Example
White with #80807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80807B; }
p { color: rgb(128,128,123); }
H1.HeaderClassName
{
color: #80807B;
}
.AnyTagClassName
{
color: #80807B;
}
</style>
background-color css
<style>
a { background-color: #80807B; }
a { background-color: rgb(128,128,123); }
div.DivClassName
{
background-color: #80807B;
}
.BgClassName
{
background-color: #80807B;
}
</style>
border-color css
<style>
span { border-color: #80807B; }
span { border-color: rgb(128,128,123); }
td.TdClassName
{
border-color: #80807B;
}
.TagClassName
{
border-color: #80807B;
}
</style>