#725A57

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

Shades of Zambezi #725A57

Tints of Zambezi #725A57

Color information

#725A57 (or 0x725A57) is unknown color: approx Zambezi. HEX triplet: 72, 5A and 57. RGB value is (114,90,87). Sum of RGB (Red+Green+Blue) = 114+90+87=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A57 is #8DA5A8. Grayscale: #606060. Windows color (decimal): -9282985 or 5724786. OLE color: 5724786.

HSL color Cylindrical-coordinate representation of color #725A57: hue angle of 6.67º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #725A57 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1149087-
CMYK00.210.240.55
HSL6.67º13.43%39.41%-
HSV(B)6.67º23.68%44.71%-
XYZ12.3211.5810.6-
YUV96.83122.45140.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=39.18%
G=30.93%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114908700.210.240.556.6713.4339.41
Hex725A5701518377d27
Octal162132127025306771547
Binary111001010110101010111010101110001101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A57; }

 p { color: rgb(114,90,87); }

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

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

 a { background-color: rgb(114,90,87); }

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

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

 span { border-color: rgb(114,90,87); }

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