#747471

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

Shades of Tapa #747471

Tints of Tapa #747471

Color information

#747471 (or 0x747471) is unknown color: approx Tapa. HEX triplet: 74, 74 and 71. RGB value is (116,116,113). Sum of RGB (Red+Green+Blue) = 116+116+113=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747471 is #8B8B8E. Grayscale: #737373. Windows color (decimal): -9145231 or 7435380. OLE color: 7435380.

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

Color convert

RGB116116113-
CMYK000.030.55
HSL60º1.31%44.9%-
HSV(B)60º2.59%45.49%-
XYZ16.4317.418.11-
YUV115.66126.5128.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=33.62%
G=33.62%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116116113000.030.55601.3144.9
Hex747471003373c12d
Octal1641641610036774155
Binary11101001110100111000100111101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747471; }

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

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

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

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

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

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

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

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