#755B58

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

Shades of Zambezi #755B58

Tints of Zambezi #755B58

Color information

#755B58 (or 0x755B58) is unknown color: approx Zambezi. HEX triplet: 75, 5B and 58. RGB value is (117,91,88). Sum of RGB (Red+Green+Blue) = 117+91+88=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B58 is #8AA4A7. Grayscale: #626262. Windows color (decimal): -9086120 or 5790581. OLE color: 5790581.

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

Color convert

RGB1179188-
CMYK00.220.250.54
HSL6.21º14.15%40.2%-
HSV(B)6.21º24.79%45.88%-
XYZ12.8411.9710.87-
YUV98.43122.11141.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=39.53%
G=30.74%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117918800.220.250.546.2114.1540.2
Hex755B5801619366e28
Octal165133130026316661650
Binary111010110110111011000010110110011101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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