#726160

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

Shades of Zambezi #726160

Tints of Zambezi #726160

Color information

#726160 (or 0x726160) is unknown color: approx Zambezi. HEX triplet: 72, 61 and 60. RGB value is (114,97,96). Sum of RGB (Red+Green+Blue) = 114+97+96=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #726160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726160 is #8D9E9F. Grayscale: #656565. Windows color (decimal): -9281184 or 6316402. OLE color: 6316402.

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

Color convert

RGB1149796-
CMYK00.150.160.55
HSL3.33º8.57%41.18%-
HSV(B)3.33º15.79%44.71%-
XYZ13.3312.9712.87-
YUV101.97124.63136.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=37.13%
G=31.60%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114979600.150.160.553.338.5741.18
Hex7261600F10373929
Octal162141140017206731151
Binary1110010110000111000000111110000110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726160; }

 p { color: rgb(114,97,96); }

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

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

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

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

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

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

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