#785C5B

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

Shades of Zambezi #785C5B

Tints of Zambezi #785C5B

Color information

#785C5B (or 0x785C5B) is unknown color: approx Zambezi. HEX triplet: 78, 5C and 5B. RGB value is (120,92,91). Sum of RGB (Red+Green+Blue) = 120+92+91=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C5B is #87A3A4. Grayscale: #646464. Windows color (decimal): -8889253 or 5987448. OLE color: 5987448.

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

Color convert

RGB1209291-
CMYK00.230.240.53
HSL2.07º13.74%41.37%-
HSV(B)2.07º24.17%47.06%-
XYZ13.4612.411.58-
YUV100.26122.78142.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=39.60%
G=30.36%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120929100.230.240.532.0713.7441.37
Hex785C5B01718352e29
Octal170134133027306521651
Binary11110001011100101101101011111000110101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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