#725857

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

Shades of Zambezi #725857

Tints of Zambezi #725857

Color information

#725857 (or 0x725857) is unknown color: approx Zambezi. HEX triplet: 72, 58 and 57. RGB value is (114,88,87). Sum of RGB (Red+Green+Blue) = 114+88+87=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #725857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725857 is #8DA7A8. Grayscale: #5F5F5F. Windows color (decimal): -9283497 or 5724274. OLE color: 5724274.

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

Color convert

RGB1148887-
CMYK00.230.240.55
HSL2.22º13.43%39.41%-
HSV(B)2.22º23.68%44.71%-
XYZ12.1511.2410.55-
YUV95.66123.11141.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=39.45%
G=30.45%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114888700.230.240.552.2213.4339.41
Hex72585701718372d27
Octal162130127027306721547
Binary11100101011000101011101011111000110111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725857; }

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

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

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

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

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

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

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

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