#71716C

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

Shades of Tapa #71716C

Tints of Tapa #71716C

Color information

#71716C (or 0x71716C) is unknown color: approx Tapa. HEX triplet: 71, 71 and 6C. RGB value is (113,113,108). Sum of RGB (Red+Green+Blue) = 113+113+108=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71716C is #8E8E93. Grayscale: #707070. Windows color (decimal): -9342612 or 7106929. OLE color: 7106929.

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

Color convert

RGB113113108-
CMYK000.040.56
HSL60º2.26%43.33%-
HSV(B)60º4.42%44.31%-
XYZ15.4216.416.54-
YUV112.43125.5128.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=33.83%
G=33.83%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113108000.040.56602.2643.33
Hex71716C004383c22b
Octal1611611540047074253
Binary1110001111000111011000010011100011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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