#755D59

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

Shades of Zambezi #755D59

Tints of Zambezi #755D59

Color information

#755D59 (or 0x755D59) is unknown color: approx Zambezi. HEX triplet: 75, 5D and 59. RGB value is (117,93,89). Sum of RGB (Red+Green+Blue) = 117+93+89=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D59 is #8AA2A6. Grayscale: #636363. Windows color (decimal): -9085607 or 5856629. OLE color: 5856629.

HSL color Cylindrical-coordinate representation of color #755D59: hue angle of 8.57º 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 #755D59 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1179389-
CMYK00.210.240.54
HSL8.57º13.59%40.39%-
HSV(B)8.57º23.93%45.88%-
XYZ13.0512.3311.14-
YUV99.72121.95140.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=39.13%
G=31.10%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117938900.210.240.548.5713.5940.39
Hex755D5901518369e28
Octal1651351310253066111650
Binary1110101101110110110010101011100011011010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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