#785957

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

Shades of Zambezi #785957

Tints of Zambezi #785957

Color information

#785957 (or 0x785957) is unknown color: approx Zambezi. HEX triplet: 78, 59 and 57. RGB value is (120,89,87). Sum of RGB (Red+Green+Blue) = 120+89+87=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #785957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785957 is #87A6A8. Grayscale: #626262. Windows color (decimal): -8890025 or 5724536. OLE color: 5724536.

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

Color convert

RGB1208987-
CMYK00.260.280.53
HSL3.64º15.94%40.59%-
HSV(B)3.64º27.5%47.06%-
XYZ13.0411.8310.61-
YUV98.04121.77143.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=40.54%
G=30.07%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120898700.260.280.533.6415.9440.59
Hex78595701A1C3541029
Octal170131127032346542051
Binary1111000101100110101110110101110011010110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785957; }

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

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

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

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

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

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

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

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