#725F5E

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

Shades of Zambezi #725F5E

Tints of Zambezi #725F5E

Color information

#725F5E (or 0x725F5E) is unknown color: approx Zambezi. HEX triplet: 72, 5F and 5E. RGB value is (114,95,94). Sum of RGB (Red+Green+Blue) = 114+95+94=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F5E is #8DA0A1. Grayscale: #646464. Windows color (decimal): -9281698 or 6184818. OLE color: 6184818.

HSL color Cylindrical-coordinate representation of color #725F5E: hue angle of 3º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725F5E is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1149594-
CMYK00.170.180.55
HSL9.62%40.78%-
HSV(B)17.54%44.71%-
XYZ13.0512.5712.33-
YUV100.57124.29137.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=37.62%
G=31.35%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114959400.170.180.5539.6240.78
Hex725F5E01112373a29
Octal162137136021226731251
Binary11100101011111101111001000110010110111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,94); }

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

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

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

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

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

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

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