Shades of Tapa #818276
Tints of Tapa #818276
RGB
CMYK
RGB Variations
Color information
#818276 (or 0x818276) is known color: Tapa. HEX triplet: 81, 82 and 76. RGB value is (129,130,118). Sum of RGB (Red+Green+Blue) = 129+130+118=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 130 - color contains mainly: green. Hex color #818276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818276 is #7E7D89. Grayscale: #808080. Windows color (decimal): -8289674 or 7766657. OLE color: 7766657.
HSL color Cylindrical-coordinate representation of color #818276: hue angle of 65º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818276 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 118 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.49 |
| HSL | 65º | 0.05% | 0.49% | - |
| HSV(B) | 65º | 0.09% | 0.51% | - |
| XYZ | 20.31 | 21.94 | 20.3 | - |
| YUV | 128.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 118 | 0.01 | 0 | 0.09 | 0.49 | 65 | 0.05 | 0.49 |
| Hex | 81 | 82 | 76 | 1 | 0 | 9 | 31 | 41 | 5 | 31 |
| Octal | 201 | 202 | 166 | 1 | 0 | 11 | 61 | 101 | 5 | 61 |
| Binary | 10000001 | 10000010 | 1110110 | 1 | 0 | 1001 | 110001 | 1000001 | 101 | 110001 |
Color Harmonies of #818276
Complementary color
Monochromatic Colors of #818276
Black with #818276
Text Example
Text Example
White with #818276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818276; }
p { color: rgb(129,130,118); }
H1.HeaderClassName
{
color: #818276;
}
.AnyTagClassName
{
color: #818276;
}
</style>
background-color css
<style>
a { background-color: #818276; }
a { background-color: rgb(129,130,118); }
div.DivClassName
{
background-color: #818276;
}
.BgClassName
{
background-color: #818276;
}
</style>
border-color css
<style>
span { border-color: #818276; }
span { border-color: rgb(129,130,118); }
td.TdClassName
{
border-color: #818276;
}
.TagClassName
{
border-color: #818276;
}
</style>