Shades of Tapa #71716E
Tints of Tapa #71716E
RGB
CMYK
RGB Variations
Color information
#71716E (or 0x71716E) is known color: Tapa. HEX triplet: 71, 71 and 6E. RGB value is (113,113,110). Sum of RGB (Red+Green+Blue) = 113+113+110=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71716E is #8E8E91. Grayscale: #707070. Windows color (decimal): -9342610 or 7238001. OLE color: 7238001.
HSL color Cylindrical-coordinate representation of color #71716E: hue angle of 60º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #71716E is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 110 | - |
| CMYK | 0 | 0 | 0.03 | 0.56 |
| HSL | 60º | 0.01% | 0.44% | - |
| HSV(B) | 60º | 0.03% | 0.44% | - |
| XYZ | 15.53 | 16.45 | 17.11 | - |
| YUV | 112.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 110 | 0 | 0 | 0.03 | 0.56 | 60 | 0.01 | 0.44 |
| Hex | 71 | 71 | 6E | 0 | 0 | 3 | 38 | 3C | 1 | 2C |
| Octal | 161 | 161 | 156 | 0 | 0 | 3 | 70 | 74 | 1 | 54 |
| Binary | 1110001 | 1110001 | 1101110 | 0 | 0 | 11 | 111000 | 111100 | 1 | 101100 |
Color Harmonies of #71716E
Complementary color
Monochromatic Colors of #71716E
Black with #71716E
Text Example
Text Example
White with #71716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71716E; }
p { color: rgb(113,113,110); }
H1.HeaderClassName
{
color: #71716E;
}
.AnyTagClassName
{
color: #71716E;
}
</style>
background-color css
<style>
a { background-color: #71716E; }
a { background-color: rgb(113,113,110); }
div.DivClassName
{
background-color: #71716E;
}
.BgClassName
{
background-color: #71716E;
}
</style>
border-color css
<style>
span { border-color: #71716E; }
span { border-color: rgb(113,113,110); }
td.TdClassName
{
border-color: #71716E;
}
.TagClassName
{
border-color: #71716E;
}
</style>