#756160

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

Shades of Zambezi #756160

Tints of Zambezi #756160

Color information

#756160 (or 0x756160) is unknown color: approx Zambezi. HEX triplet: 75, 61 and 60. RGB value is (117,97,96). Sum of RGB (Red+Green+Blue) = 117+97+96=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756160 is #8A9E9F. Grayscale: #666666. Windows color (decimal): -9084576 or 6316405. OLE color: 6316405.

HSL color Cylindrical-coordinate representation of color #756160: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756160 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1179796-
CMYK00.170.180.54
HSL2.86º9.86%41.76%-
HSV(B)2.86º17.95%45.88%-
XYZ13.7213.1812.89-
YUV102.87124.13138.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=37.74%
G=31.29%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117979600.170.180.542.869.8641.76
Hex75616001112363a2a
Octal165141140021226631252
Binary11101011100001110000001000110010110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756160; }

 p { color: rgb(117,97,96); }

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

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

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

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

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

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

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