#775A57

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

Shades of Zambezi #775A57

Tints of Zambezi #775A57

Color information

#775A57 (or 0x775A57) is unknown color: approx Zambezi. HEX triplet: 77, 5A and 57. RGB value is (119,90,87). Sum of RGB (Red+Green+Blue) = 119+90+87=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A57 is #88A5A8. Grayscale: #626262. Windows color (decimal): -8955305 or 5724791. OLE color: 5724791.

HSL color Cylindrical-coordinate representation of color #775A57: hue angle of 5.63º 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 #775A57 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1199087-
CMYK00.240.270.53
HSL5.63º15.53%40.39%-
HSV(B)5.63º26.89%46.67%-
XYZ12.9811.9210.63-
YUV98.33121.61142.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=40.20%
G=30.41%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119908700.240.270.535.6315.5340.39
Hex775A570181B3561028
Octal167132127030336562050
Binary1110111101101010101110110001101111010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A57; }

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

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

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

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

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

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

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

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