#725A56

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

Shades of Zambezi #725A56

Tints of Zambezi #725A56

Color information

#725A56 (or 0x725A56) is unknown color: approx Zambezi. HEX triplet: 72, 5A and 56. RGB value is (114,90,86). Sum of RGB (Red+Green+Blue) = 114+90+86=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #725A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A56 is #8DA5A9. Grayscale: #606060. Windows color (decimal): -9282986 or 5659250. OLE color: 5659250.

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

Color convert

RGB1149086-
CMYK00.210.250.55
HSL8.57º14%39.22%-
HSV(B)8.57º24.56%44.71%-
XYZ12.2811.5610.39-
YUV96.72121.95140.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=39.31%
G=31.03%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114908600.210.250.558.571439.22
Hex725A5601519379e27
Octal1621321260253167111647
Binary1110010101101010101100101011100111011110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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