#775D5C

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

Shades of Zambezi #775D5C

Tints of Zambezi #775D5C

Color information

#775D5C (or 0x775D5C) is unknown color: approx Zambezi. HEX triplet: 77, 5D and 5C. RGB value is (119,93,92). Sum of RGB (Red+Green+Blue) = 119+93+92=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D5C is #88A2A3. Grayscale: #646464. Windows color (decimal): -8954532 or 6053239. OLE color: 6053239.

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

Color convert

RGB1199392-
CMYK00.220.230.53
HSL2.22º12.8%41.37%-
HSV(B)2.22º22.69%46.67%-
XYZ13.4512.5211.83-
YUV100.66123.11141.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=39.14%
G=30.59%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119939200.220.230.532.2212.841.37
Hex775D5C01617352d29
Octal167135134026276521551
Binary11101111011101101110001011010111110101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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