#775E5D

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

Shades of Zambezi #775E5D

Tints of Zambezi #775E5D

Color information

#775E5D (or 0x775E5D) is unknown color: approx Zambezi. HEX triplet: 77, 5E and 5D. RGB value is (119,94,93). Sum of RGB (Red+Green+Blue) = 119+94+93=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5D is #88A1A2. Grayscale: #656565. Windows color (decimal): -8954275 or 6119031. OLE color: 6119031.

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

Color convert

RGB1199493-
CMYK00.210.220.53
HSL2.31º12.26%41.57%-
HSV(B)2.31º21.85%46.67%-
XYZ13.5912.7212.09-
YUV101.36123.28140.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=38.89%
G=30.72%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119949300.210.220.532.3112.2641.57
Hex775E5D01516352c2a
Octal167136135025266521452
Binary11101111011110101110101010110110110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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