#765E5E

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

Shades of Zambezi #765E5E

Tints of Zambezi #765E5E

Color information

#765E5E (or 0x765E5E) is unknown color: approx Zambezi. HEX triplet: 76, 5E and 5E. RGB value is (118,94,94). Sum of RGB (Red+Green+Blue) = 118+94+94=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E5E is #89A1A1. Grayscale: #656565. Windows color (decimal): -9019810 or 6184566. OLE color: 6184566.

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

Color convert

RGB1189494-
CMYK00.200.200.54
HSL11.32%41.57%-
HSV(B)20.34%46.27%-
XYZ13.4912.6712.32-
YUV101.18123.95140-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=38.56%
G=30.72%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118949400.200.200.54011.3241.57
Hex765E5E01414360b2a
Octal166136136024246601352
Binary1110110101111010111100101001010011011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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