#775F5E

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

Shades of Zambezi #775F5E

Tints of Zambezi #775F5E

Color information

#775F5E (or 0x775F5E) is unknown color: approx Zambezi. HEX triplet: 77, 5F and 5E. RGB value is (119,95,94). Sum of RGB (Red+Green+Blue) = 119+95+94=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F5E is #88A0A1. Grayscale: #666666. Windows color (decimal): -8954018 or 6184823. OLE color: 6184823.

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

Color convert

RGB1199594-
CMYK00.200.210.53
HSL2.4º11.74%41.76%-
HSV(B)2.4º21.01%46.67%-
XYZ13.7212.9112.36-
YUV102.06123.45140.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=38.64%
G=30.84%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119959400.200.210.532.411.7441.76
Hex775F5E01415352c2a
Octal167137136024256521452
Binary11101111011111101111001010010101110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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