#755957

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

Shades of Zambezi #755957

Tints of Zambezi #755957

Color information

#755957 (or 0x755957) is unknown color: approx Zambezi. HEX triplet: 75, 59 and 57. RGB value is (117,89,87). Sum of RGB (Red+Green+Blue) = 117+89+87=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755957 is #8AA6A8. Grayscale: #616161. Windows color (decimal): -9086633 or 5724533. OLE color: 5724533.

HSL color Cylindrical-coordinate representation of color #755957: hue angle of 4º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755957 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1178987-
CMYK00.240.260.54
HSL14.71%40%-
HSV(B)25.64%45.88%-
XYZ12.6311.6110.59-
YUV97.14122.28142.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=39.93%
G=30.38%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117898700.240.260.54414.7140
Hex7559570181A364f28
Octal165131127030326641750
Binary111010110110011010111011000110101101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755957; }

 p { color: rgb(117,89,87); }

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

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

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

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

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

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

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