#75756E

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

Shades of Tapa #75756E

Tints of Tapa #75756E

Color information

#75756E (or 0x75756E) is unknown color: approx Tapa. HEX triplet: 75, 75 and 6E. RGB value is (117,117,110). Sum of RGB (Red+Green+Blue) = 117+117+110=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756E is #8A8A91. Grayscale: #747474. Windows color (decimal): -9079442 or 7239029. OLE color: 7239029.

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

Color convert

RGB117117110-
CMYK000.060.54
HSL60º3.08%44.51%-
HSV(B)60º5.98%45.88%-
XYZ16.5117.6317.28-
YUV116.2124.5128.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=34.01%
G=34.01%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117117110000.060.54603.0844.51
Hex75756E006363c32d
Octal1651651560066674355
Binary1110101111010111011100011011011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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