#775957

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

Shades of Zambezi #775957

Tints of Zambezi #775957

Color information

#775957 (or 0x775957) is unknown color: approx Zambezi. HEX triplet: 77, 59 and 57. RGB value is (119,89,87). Sum of RGB (Red+Green+Blue) = 119+89+87=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775957 is #88A6A8. Grayscale: #616161. Windows color (decimal): -8955561 or 5724535. OLE color: 5724535.

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

Color convert

RGB1198987-
CMYK00.250.270.53
HSL3.75º15.53%40.39%-
HSV(B)3.75º26.89%46.67%-
XYZ12.911.7510.61-
YUV97.74121.94143.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=40.34%
G=30.17%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119898700.250.270.533.7515.5340.39
Hex7759570191B3541028
Octal167131127031336542050
Binary1110111101100110101110110011101111010110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775957; }

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

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

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

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

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

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

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

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