#717170

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

Shades of Tapa #717170

Tints of Tapa #717170

Color information

#717170 (or 0x717170) is unknown color: approx Tapa. HEX triplet: 71, 71 and 70. RGB value is (113,113,112). Sum of RGB (Red+Green+Blue) = 113+113+112=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717170 is #8E8E8F. Grayscale: #707070. Windows color (decimal): -9342608 or 7369073. OLE color: 7369073.

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

Color convert

RGB113113112-
CMYK000.010.56
HSL60º0.44%44.12%-
HSV(B)60º0.88%44.31%-
XYZ15.6416.4917.69-
YUV112.89127.5128.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=33.43%
G=33.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113112000.010.56600.4444.12
Hex717170001383c02c
Octal1611611600017074054
Binary1110001111000111100000011110001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717170; }

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

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

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

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

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

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

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

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