#757568

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

Shades of Tapa #757568

Tints of Tapa #757568

Color information

#757568 (or 0x757568) is unknown color: approx Tapa. HEX triplet: 75, 75 and 68. RGB value is (117,117,104). Sum of RGB (Red+Green+Blue) = 117+117+104=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757568 is #8A8A97. Grayscale: #737373. Windows color (decimal): -9079448 or 6845813. OLE color: 6845813.

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

Color convert

RGB117117104-
CMYK000.110.54
HSL60º5.88%43.33%-
HSV(B)60º11.11%45.88%-
XYZ16.217.515.62-
YUV115.52121.5129.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=34.62%
G=34.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117117104000.110.54605.8843.33
Hex75756800B363c62b
Octal16516515000136674653
Binary111010111101011101000001011110110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757568; }

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

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

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

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

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

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

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

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