Shades of Tapa #817F72
Tints of Tapa #817F72
RGB
CMYK
RGB Variations
Color information
#817F72 (or 0x817F72) is known color: Tapa. HEX triplet: 81, 7F and 72. RGB value is (129,127,114). Sum of RGB (Red+Green+Blue) = 129+127+114=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 129 - color contains mainly: red. Hex color #817F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F72 is #7E808D. Grayscale: #7E7E7E. Windows color (decimal): -8290446 or 7503745. OLE color: 7503745.
HSL color Cylindrical-coordinate representation of color #817F72: hue angle of 52º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #817F72 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 114 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.49 |
| HSL | 52º | 0.06% | 0.48% | - |
| HSV(B) | 52º | 0.12% | 0.51% | - |
| XYZ | 19.68 | 21.06 | 18.95 | - |
| YUV | 126.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 114 | 0 | 0.02 | 0.12 | 0.49 | 52 | 0.06 | 0.48 |
| Hex | 81 | 7F | 72 | 0 | 2 | C | 31 | 34 | 6 | 30 |
| Octal | 201 | 177 | 162 | 0 | 2 | 14 | 61 | 64 | 6 | 60 |
| Binary | 10000001 | 1111111 | 1110010 | 0 | 10 | 1100 | 110001 | 110100 | 110 | 110000 |
Color Harmonies of #817F72
Complementary color
Monochromatic Colors of #817F72
Black with #817F72
Text Example
Text Example
White with #817F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F72; }
p { color: rgb(129,127,114); }
H1.HeaderClassName
{
color: #817F72;
}
.AnyTagClassName
{
color: #817F72;
}
</style>
background-color css
<style>
a { background-color: #817F72; }
a { background-color: rgb(129,127,114); }
div.DivClassName
{
background-color: #817F72;
}
.BgClassName
{
background-color: #817F72;
}
</style>
border-color css
<style>
span { border-color: #817F72; }
span { border-color: rgb(129,127,114); }
td.TdClassName
{
border-color: #817F72;
}
.TagClassName
{
border-color: #817F72;
}
</style>