#726060

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

Shades of Zambezi #726060

Tints of Zambezi #726060

Color information

#726060 (or 0x726060) is unknown color: approx Zambezi. HEX triplet: 72, 60 and 60. RGB value is (114,96,96). Sum of RGB (Red+Green+Blue) = 114+96+96=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726060 is #8D9F9F. Grayscale: #656565. Windows color (decimal): -9281440 or 6316146. OLE color: 6316146.

HSL color Cylindrical-coordinate representation of color #726060: 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.16%. Process color model (Four color, CMYK) of #726060 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1149696-
CMYK00.160.160.55
HSL8.57%41.18%-
HSV(B)15.79%44.71%-
XYZ13.2312.7912.84-
YUV101.38124.96137-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=37.25%
G=31.37%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114969600.160.160.5508.5741.18
Hex72606001010370929
Octal162140140020206701151
Binary1110010110000011000000100001000011011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726060; }

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

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

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

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

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

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

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

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