#725E5C

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

Shades of Zambezi #725E5C

Tints of Zambezi #725E5C

Color information

#725E5C (or 0x725E5C) is unknown color: approx Zambezi. HEX triplet: 72, 5E and 5C. RGB value is (114,94,92). Sum of RGB (Red+Green+Blue) = 114+94+92=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E5C is #8DA1A3. Grayscale: #636363. Windows color (decimal): -9281956 or 6053490. OLE color: 6053490.

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

Color convert

RGB1149492-
CMYK00.180.190.55
HSL5.45º10.68%40.39%-
HSV(B)5.45º19.3%44.71%-
XYZ12.8712.3611.83-
YUV99.75123.63138.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=38%
G=31.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114949200.180.190.555.4510.6840.39
Hex725E5C01213375b28
Octal162136134022236751350
Binary111001010111101011100010010100111101111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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