#71716D

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

Shades of Tapa #71716D

Tints of Tapa #71716D

Color information

#71716D (or 0x71716D) is unknown color: approx Tapa. HEX triplet: 71, 71 and 6D. RGB value is (113,113,109). Sum of RGB (Red+Green+Blue) = 113+113+109=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71716D is #8E8E92. Grayscale: #707070. Windows color (decimal): -9342611 or 7172465. OLE color: 7172465.

HSL color Cylindrical-coordinate representation of color #71716D: hue angle of 60º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #71716D is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB113113109-
CMYK000.040.56
HSL60º1.8%43.53%-
HSV(B)60º3.54%44.31%-
XYZ15.4816.4316.82-
YUV112.54126128.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=33.73%
G=33.73%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113109000.040.56601.843.53
Hex71716D004383c22c
Octal1611611550047074254
Binary1110001111000111011010010011100011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71716D; }

 p { color: rgb(113,113,109); }

 H1.HeaderClassName
 {
   color: #71716D;
 }
 .AnyTagClassName
 {
   color: #71716D;
 }
</style>
background-color css

<style>
 a { background-color: #71716D; }

 a { background-color: rgb(113,113,109); }

 div.DivClassName
 {
   background-color: #71716D;
 }
 .BgClassName
 {
   background-color: #71716D;
 }
</style>
border-color css

<style>
 span { border-color: #71716D; }

 span { border-color: rgb(113,113,109); }

 td.TdClassName
 {
   border-color: #71716D;
 }
 .TagClassName
 {
   border-color: #71716D;
 }
</style>