#745C5B

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

Shades of Zambezi #745C5B

Tints of Zambezi #745C5B

Color information

#745C5B (or 0x745C5B) is unknown color: approx Zambezi. HEX triplet: 74, 5C and 5B. RGB value is (116,92,91). Sum of RGB (Red+Green+Blue) = 116+92+91=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C5B is #8BA3A4. Grayscale: #636363. Windows color (decimal): -9151397 or 5987444. OLE color: 5987444.

HSL color Cylindrical-coordinate representation of color #745C5B: hue angle of 2.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745C5B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1169291-
CMYK00.210.220.55
HSL2.4º12.08%40.59%-
HSV(B)2.4º21.55%45.49%-
XYZ12.9212.1211.56-
YUV99.06123.45140.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=38.80%
G=30.77%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116929100.210.220.552.412.0840.59
Hex745C5B01516372c29
Octal164134133025266721451
Binary11101001011100101101101010110110110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C5B; }

 p { color: rgb(116,92,91); }

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

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

 a { background-color: rgb(116,92,91); }

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

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

 span { border-color: rgb(116,92,91); }

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