#755B59

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

Shades of Zambezi #755B59

Tints of Zambezi #755B59

Color information

#755B59 (or 0x755B59) is unknown color: approx Zambezi. HEX triplet: 75, 5B and 59. RGB value is (117,91,89). Sum of RGB (Red+Green+Blue) = 117+91+89=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B59 is #8AA4A6. Grayscale: #626262. Windows color (decimal): -9086119 or 5856117. OLE color: 5856117.

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

Color convert

RGB1179189-
CMYK00.220.240.54
HSL4.29º13.59%40.39%-
HSV(B)4.29º23.93%45.88%-
XYZ12.8811.9911.09-
YUV98.55122.61141.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=39.39%
G=30.64%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117918900.220.240.544.2913.5940.39
Hex755B5901618364e28
Octal165133131026306641650
Binary111010110110111011001010110110001101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B59; }

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

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

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

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

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

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

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

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