#75756D

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

Shades of Tapa #75756D

Tints of Tapa #75756D

Color information

#75756D (or 0x75756D) is unknown color: approx Tapa. HEX triplet: 75, 75 and 6D. RGB value is (117,117,109). Sum of RGB (Red+Green+Blue) = 117+117+109=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756D is #8A8A92. Grayscale: #747474. Windows color (decimal): -9079443 or 7173493. OLE color: 7173493.

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

Color convert

RGB117117109-
CMYK000.070.54
HSL60º3.54%44.31%-
HSV(B)60º6.84%45.88%-
XYZ16.4617.6117-
YUV116.09124128.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=34.11%
G=34.11%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117117109000.070.54603.5444.31
Hex75756D007363c42c
Octal1651651550076674454
Binary11101011110101110110100111110110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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