#745857

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

Shades of Zambezi #745857

Tints of Zambezi #745857

Color information

#745857 (or 0x745857) is unknown color: approx Zambezi. HEX triplet: 74, 58 and 57. RGB value is (116,88,87). Sum of RGB (Red+Green+Blue) = 116+88+87=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #745857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745857 is #8BA7A8. Grayscale: #606060. Windows color (decimal): -9152425 or 5724276. OLE color: 5724276.

HSL color Cylindrical-coordinate representation of color #745857: hue angle of 2.07º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745857 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1168887-
CMYK00.240.250.55
HSL2.07º14.29%39.8%-
HSV(B)2.07º25%45.49%-
XYZ12.4111.3810.56-
YUV96.26122.78142.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=39.86%
G=30.24%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116888700.240.250.552.0714.2939.8
Hex74585701819372e28
Octal164130127030316721650
Binary11101001011000101011101100011001110111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745857; }

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

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

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

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

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

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

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

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