#75756A

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

Shades of Tapa #75756A

Tints of Tapa #75756A

Color information

#75756A (or 0x75756A) is unknown color: approx Tapa. HEX triplet: 75, 75 and 6A. RGB value is (117,117,106). Sum of RGB (Red+Green+Blue) = 117+117+106=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756A is #8A8A95. Grayscale: #737373. Windows color (decimal): -9079446 or 6976885. OLE color: 6976885.

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

Color convert

RGB117117106-
CMYK000.090.54
HSL60º4.93%43.73%-
HSV(B)60º9.4%45.88%-
XYZ16.317.5516.16-
YUV115.75122.5128.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=34.41%
G=34.41%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117117106000.090.54604.9343.73
Hex75756A009363c52c
Octal16516515200116674554
Binary111010111101011101010001001110110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75756A; }

 p { color: rgb(117,117,106); }

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

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

 a { background-color: rgb(117,117,106); }

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

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

 span { border-color: rgb(117,117,106); }

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