Shades of Tapa #71716F
Tints of Tapa #71716F
RGB
CMYK
RGB Variations
Color information
#71716F (or 0x71716F) is known color: Tapa. HEX triplet: 71, 71 and 6F. RGB value is (113,113,111). Sum of RGB (Red+Green+Blue) = 113+113+111=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71716F is #8E8E90. Grayscale: #707070. Windows color (decimal): -9342609 or 7303537. OLE color: 7303537.
HSL color Cylindrical-coordinate representation of color #71716F: 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.02%. Process color model (Four color, CMYK) of #71716F is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
RGB | 113 | 113 | 111 | - |
CMYK | 0 | 0 | 0.02 | 0.56 |
HSL | 60º | 0.01% | 0.44% | - |
HSV(B) | 60º | 0.02% | 0.44% | - |
XYZ | 15.58 | 16.47 | 17.4 | - |
YUV | 112.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 113 | 111 | 0 | 0 | 0.02 | 0.56 | 60 | 0.01 | 0.44 |
Hex | 71 | 71 | 6F | 0 | 0 | 2 | 38 | 3C | 1 | 2C |
Octal | 161 | 161 | 157 | 0 | 0 | 2 | 70 | 74 | 1 | 54 |
Binary | 1110001 | 1110001 | 1101111 | 0 | 0 | 10 | 111000 | 111100 | 1 | 101100 |
Color Harmonies of #71716F
Complementary color
Monochromatic Colors of #71716F
Black with #71716F
Text Example
Text Example
White with #71716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71716F; }
p { color: rgb(113,113,111); }
H1.HeaderClassName
{
color: #71716F;
}
.AnyTagClassName
{
color: #71716F;
}
</style>
background-color css
<style>
a { background-color: #71716F; }
a { background-color: rgb(113,113,111); }
div.DivClassName
{
background-color: #71716F;
}
.BgClassName
{
background-color: #71716F;
}
</style>
border-color css
<style>
span { border-color: #71716F; }
span { border-color: rgb(113,113,111); }
td.TdClassName
{
border-color: #71716F;
}
.TagClassName
{
border-color: #71716F;
}
</style>