#71716F

Color #71716F Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #71716F

Tints of Tapa #71716F

Color information

#71716F (or 0x71716F) is unknown color: approx 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

RGB113113111-
CMYK000.020.56
HSL60º0.89%43.92%-
HSV(B)60º1.77%44.31%-
XYZ15.5816.4717.4-
YUV112.77127128.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=33.53%
G=33.53%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113111000.020.56600.8943.92
Hex71716F002383c12c
Octal1611611570027074154
Binary11100011110001110111100101110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>