#725B5B

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

Shades of Zambezi #725B5B

Tints of Zambezi #725B5B

Color information

#725B5B (or 0x725B5B) is unknown color: approx Zambezi. HEX triplet: 72, 5B and 5B. RGB value is (114,91,91). Sum of RGB (Red+Green+Blue) = 114+91+91=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B5B is #8DA4A4. Grayscale: #616161. Windows color (decimal): -9282725 or 5987186. OLE color: 5987186.

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

Color convert

RGB1149191-
CMYK00.200.200.55
HSL11.22%40.2%-
HSV(B)20.18%44.71%-
XYZ12.5711.8111.52-
YUV97.88124.12139.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=38.51%
G=30.74%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114919100.200.200.55011.2240.2
Hex725B5B01414370b28
Octal162133133024246701350
Binary1110010101101110110110101001010011011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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