#75756F

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

Shades of Tapa #75756F

Tints of Tapa #75756F

Color information

#75756F (or 0x75756F) is unknown color: approx Tapa. HEX triplet: 75, 75 and 6F. RGB value is (117,117,111). Sum of RGB (Red+Green+Blue) = 117+117+111=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75756F is #8A8A90. Grayscale: #747474. Windows color (decimal): -9079441 or 7304565. OLE color: 7304565.

HSL color Cylindrical-coordinate representation of color #75756F: 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.05%. Process color model (Four color, CMYK) of #75756F is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB117117111-
CMYK000.050.54
HSL60º2.63%44.71%-
HSV(B)60º5.13%45.88%-
XYZ16.5717.6517.57-
YUV116.32125128.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=33.91%
G=33.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117117111000.050.54602.6344.71
Hex75756F005363c32d
Octal1651651570056674355
Binary1110101111010111011110010111011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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