#71716E

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

Shades of Tapa #71716E

Tints of Tapa #71716E

Color information

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

RGB113113110-
CMYK000.030.56
HSL60º1.35%43.73%-
HSV(B)60º2.65%44.31%-
XYZ15.5316.4517.11-
YUV112.66126.5128.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=33.63%
G=33.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113110000.030.56601.3543.73
Hex71716E003383c12c
Octal1611611560037074154
Binary11100011110001110111000111110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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