Shades of Tapa #808275
Tints of Tapa #808275
RGB
CMYK
RGB Variations
Color information
#808275 (or 0x808275) is known color: Tapa. HEX triplet: 80, 82 and 75. RGB value is (128,130,117). Sum of RGB (Red+Green+Blue) = 128+130+117=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 130 - color contains mainly: green. Hex color #808275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808275 is #7F7D8A. Grayscale: #7F7F7F. Windows color (decimal): -8355211 or 7701120. OLE color: 7701120.
HSL color Cylindrical-coordinate representation of color #808275: hue angle of 69.23º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808275 is Cyan = 0.02, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 117 | - |
| CMYK | 0.02 | 0 | 0.1 | 0.49 |
| HSL | 69.23º | 0.05% | 0.48% | - |
| HSV(B) | 69.23º | 0.1% | 0.51% | - |
| XYZ | 20.1 | 21.84 | 19.99 | - |
| YUV | 127.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 117 | 0.02 | 0 | 0.1 | 0.49 | 69.23 | 0.05 | 0.48 |
| Hex | 80 | 82 | 75 | 2 | 0 | A | 31 | 45 | 5 | 30 |
| Octal | 200 | 202 | 165 | 2 | 0 | 12 | 61 | 105 | 5 | 60 |
| Binary | 10000000 | 10000010 | 1110101 | 10 | 0 | 1010 | 110001 | 1000101 | 101 | 110000 |
Color Harmonies of #808275
Complementary color
Monochromatic Colors of #808275
Black with #808275
Text Example
Text Example
White with #808275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808275; }
p { color: rgb(128,130,117); }
H1.HeaderClassName
{
color: #808275;
}
.AnyTagClassName
{
color: #808275;
}
</style>
background-color css
<style>
a { background-color: #808275; }
a { background-color: rgb(128,130,117); }
div.DivClassName
{
background-color: #808275;
}
.BgClassName
{
background-color: #808275;
}
</style>
border-color css
<style>
span { border-color: #808275; }
span { border-color: rgb(128,130,117); }
td.TdClassName
{
border-color: #808275;
}
.TagClassName
{
border-color: #808275;
}
</style>