#775857

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

Shades of Zambezi #775857

Tints of Zambezi #775857

Color information

#775857 (or 0x775857) is unknown color: approx Zambezi. HEX triplet: 77, 58 and 57. RGB value is (119,88,87). Sum of RGB (Red+Green+Blue) = 119+88+87=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775857 is #88A7A8. Grayscale: #616161. Windows color (decimal): -8955817 or 5724279. OLE color: 5724279.

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

Color convert

RGB1198887-
CMYK00.260.270.53
HSL1.88º15.53%40.39%-
HSV(B)1.88º26.89%46.67%-
XYZ12.8211.5910.58-
YUV97.16122.27143.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=40.48%
G=29.93%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888700.260.270.531.8815.5340.39
Hex77585701A1B3521028
Octal167130127032336522050
Binary111011110110001010111011010110111101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775857; }

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

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

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

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

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

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

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

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