#765F5E

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

Shades of Zambezi #765F5E

Tints of Zambezi #765F5E

Color information

#765F5E (or 0x765F5E) is unknown color: approx Zambezi. HEX triplet: 76, 5F and 5E. RGB value is (118,95,94). Sum of RGB (Red+Green+Blue) = 118+95+94=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5E is #89A0A1. Grayscale: #656565. Windows color (decimal): -9019554 or 6184822. OLE color: 6184822.

HSL color Cylindrical-coordinate representation of color #765F5E: hue angle of 2.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765F5E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1189594-
CMYK00.190.200.54
HSL2.5º11.32%41.57%-
HSV(B)2.5º20.34%46.27%-
XYZ13.5812.8412.35-
YUV101.76123.62139.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=38.44%
G=30.94%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118959400.190.200.542.511.3241.57
Hex765F5E01314363b2a
Octal166137136023246631352
Binary11101101011111101111001001110100110110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,95,94); }

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

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

 a { background-color: rgb(118,95,94); }

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

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

 span { border-color: rgb(118,95,94); }

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