#725F5F

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

Shades of Zambezi #725F5F

Tints of Zambezi #725F5F

Color information

#725F5F (or 0x725F5F) is unknown color: approx Zambezi. HEX triplet: 72, 5F and 5F. RGB value is (114,95,95). Sum of RGB (Red+Green+Blue) = 114+95+95=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #725F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F5F is #8DA0A0. Grayscale: #646464. Windows color (decimal): -9281697 or 6250354. OLE color: 6250354.

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

Color convert

RGB1149595-
CMYK00.170.170.55
HSL9.09%40.98%-
HSV(B)16.67%44.71%-
XYZ13.112.5912.57-
YUV100.68124.79137.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=37.5%
G=31.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114959500.170.170.5509.0940.98
Hex725F5F01111370929
Octal162137137021216701151
Binary1110010101111110111110100011000111011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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