#725B58

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

Shades of Zambezi #725B58

Tints of Zambezi #725B58

Color information

#725B58 (or 0x725B58) is unknown color: approx Zambezi. HEX triplet: 72, 5B and 58. RGB value is (114,91,88). Sum of RGB (Red+Green+Blue) = 114+91+88=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #725B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B58 is #8DA4A7. Grayscale: #616161. Windows color (decimal): -9282728 or 5790578. OLE color: 5790578.

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

Color convert

RGB1149188-
CMYK00.200.230.55
HSL6.92º12.87%39.61%-
HSV(B)6.92º22.81%44.71%-
XYZ12.4411.7610.85-
YUV97.53122.62139.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=38.91%
G=31.06%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114918800.200.230.556.9212.8739.61
Hex725B5801417377d28
Octal162133130024276771550
Binary111001010110111011000010100101111101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,88); }

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

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

 a { background-color: rgb(114,91,88); }

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

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

 span { border-color: rgb(114,91,88); }

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