#785C59

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

Shades of Zambezi #785C59

Tints of Zambezi #785C59

Color information

#785C59 (or 0x785C59) is unknown color: approx Zambezi. HEX triplet: 78, 5C and 59. RGB value is (120,92,89). Sum of RGB (Red+Green+Blue) = 120+92+89=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #785C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C59 is #87A3A6. Grayscale: #646464. Windows color (decimal): -8889255 or 5856376. OLE color: 5856376.

HSL color Cylindrical-coordinate representation of color #785C59: hue angle of 5.81º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #785C59 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1209289-
CMYK00.230.260.53
HSL5.81º14.83%40.98%-
HSV(B)5.81º25.83%47.06%-
XYZ13.3812.3711.13-
YUV100.03121.78142.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=39.87%
G=30.56%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120928900.230.260.535.8114.8340.98
Hex785C590171A356f29
Octal170134131027326561751
Binary111100010111001011001010111110101101011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785C59; }

 p { color: rgb(120,92,89); }

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

<style>
 a { background-color: #785C59; }

 a { background-color: rgb(120,92,89); }

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

<style>
 span { border-color: #785C59; }

 span { border-color: rgb(120,92,89); }

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