#725B5A

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

Shades of Zambezi #725B5A

Tints of Zambezi #725B5A

Color information

#725B5A (or 0x725B5A) is unknown color: approx Zambezi. HEX triplet: 72, 5B and 5A. RGB value is (114,91,90). Sum of RGB (Red+Green+Blue) = 114+91+90=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B5A is #8DA4A5. Grayscale: #616161. Windows color (decimal): -9282726 or 5921650. OLE color: 5921650.

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

Color convert

RGB1149190-
CMYK00.200.210.55
HSL2.5º11.76%40%-
HSV(B)2.5º21.05%44.71%-
XYZ12.5311.811.29-
YUV97.76123.62139.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=38.64%
G=30.85%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114919000.200.210.552.511.7640
Hex725B5A01415373c28
Octal162133132024256731450
Binary11100101011011101101001010010101110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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