Shades of Tapa #81817B
Tints of Tapa #81817B
RGB
CMYK
RGB Variations
Color information
#81817B (or 0x81817B) is known color: Tapa. HEX triplet: 81, 81 and 7B. RGB value is (129,129,123). Sum of RGB (Red+Green+Blue) = 129+129+123=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 129 - color contains mainly: red, green. Hex color #81817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81817B is #7E7E84. Grayscale: #808080. Windows color (decimal): -8289925 or 8094081. OLE color: 8094081.
HSL color Cylindrical-coordinate representation of color #81817B: hue angle of 60º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #81817B is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 129 | 123 | - |
| CMYK | 0 | 0 | 0.05 | 0.49 |
| HSL | 60º | 0.02% | 0.49% | - |
| HSV(B) | 60º | 0.05% | 0.51% | - |
| XYZ | 20.48 | 21.8 | 21.87 | - |
| YUV | 128.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 123 | 0 | 0 | 0.05 | 0.49 | 60 | 0.02 | 0.49 |
| Hex | 81 | 81 | 7B | 0 | 0 | 5 | 31 | 3C | 2 | 31 |
| Octal | 201 | 201 | 173 | 0 | 0 | 5 | 61 | 74 | 2 | 61 |
| Binary | 10000001 | 10000001 | 1111011 | 0 | 0 | 101 | 110001 | 111100 | 10 | 110001 |
Color Harmonies of #81817B
Complementary color
Monochromatic Colors of #81817B
Black with #81817B
Text Example
Text Example
White with #81817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81817B; }
p { color: rgb(129,129,123); }
H1.HeaderClassName
{
color: #81817B;
}
.AnyTagClassName
{
color: #81817B;
}
</style>
background-color css
<style>
a { background-color: #81817B; }
a { background-color: rgb(129,129,123); }
div.DivClassName
{
background-color: #81817B;
}
.BgClassName
{
background-color: #81817B;
}
</style>
border-color css
<style>
span { border-color: #81817B; }
span { border-color: rgb(129,129,123); }
td.TdClassName
{
border-color: #81817B;
}
.TagClassName
{
border-color: #81817B;
}
</style>