#765A59

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

Shades of Zambezi #765A59

Tints of Zambezi #765A59

Color information

#765A59 (or 0x765A59) is unknown color: approx Zambezi. HEX triplet: 76, 5A and 59. RGB value is (118,90,89). Sum of RGB (Red+Green+Blue) = 118+90+89=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #765A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A59 is #89A5A6. Grayscale: #626262. Windows color (decimal): -9020839 or 5855862. OLE color: 5855862.

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

Color convert

RGB1189089-
CMYK00.240.250.54
HSL2.07º14.01%40.59%-
HSV(B)2.07º24.58%46.27%-
XYZ12.9311.8911.06-
YUV98.26122.78142.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=39.73%
G=30.30%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118908900.240.250.542.0714.0140.59
Hex765A5901819362e29
Octal166132131030316621651
Binary11101101011010101100101100011001110110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765A59; }

 p { color: rgb(118,90,89); }

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

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

 a { background-color: rgb(118,90,89); }

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

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

 span { border-color: rgb(118,90,89); }

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