#775E5C

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

Shades of Zambezi #775E5C

Tints of Zambezi #775E5C

Color information

#775E5C (or 0x775E5C) is unknown color: approx Zambezi. HEX triplet: 77, 5E and 5C. RGB value is (119,94,92). Sum of RGB (Red+Green+Blue) = 119+94+92=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5C is #88A1A3. Grayscale: #656565. Windows color (decimal): -8954276 or 6053495. OLE color: 6053495.

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

Color convert

RGB1199492-
CMYK00.210.230.53
HSL4.44º12.8%41.37%-
HSV(B)4.44º22.69%46.67%-
XYZ13.5412.711.86-
YUV101.25122.78140.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=39.02%
G=30.82%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119949200.210.230.534.4412.841.37
Hex775E5C01517354d29
Octal167136134025276541551
Binary111011110111101011100010101101111101011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,92); }

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

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

 a { background-color: rgb(119,94,92); }

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

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

 span { border-color: rgb(119,94,92); }

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