#765B5A

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

Shades of Zambezi #765B5A

Tints of Zambezi #765B5A

Color information

#765B5A (or 0x765B5A) is unknown color: approx Zambezi. HEX triplet: 76, 5B and 5A. RGB value is (118,91,90). Sum of RGB (Red+Green+Blue) = 118+91+90=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B5A is #89A4A5. Grayscale: #626262. Windows color (decimal): -9020582 or 5921654. OLE color: 5921654.

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

Color convert

RGB1189190-
CMYK00.230.240.54
HSL2.14º13.46%40.78%-
HSV(B)2.14º23.73%46.27%-
XYZ13.0612.0711.31-
YUV98.96122.95141.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=39.46%
G=30.43%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118919000.230.240.542.1413.4640.78
Hex765B5A01718362d29
Octal166133132027306621551
Binary11101101011011101101001011111000110110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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