#726260

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

Shades of Zambezi #726260

Tints of Zambezi #726260

Color information

#726260 (or 0x726260) is unknown color: approx Zambezi. HEX triplet: 72, 62 and 60. RGB value is (114,98,96). Sum of RGB (Red+Green+Blue) = 114+98+96=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #726260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726260 is #8D9D9F. Grayscale: #666666. Windows color (decimal): -9280928 or 6316658. OLE color: 6316658.

HSL color Cylindrical-coordinate representation of color #726260: hue angle of 6.67º 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 #726260 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1149896-
CMYK00.140.160.55
HSL6.67º8.57%41.18%-
HSV(B)6.67º15.79%44.71%-
XYZ13.4213.1612.9-
YUV102.56124.3136.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=37.01%
G=31.82%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114989600.140.160.556.678.5741.18
Hex7262600E10377929
Octal162142140016206771151
Binary11100101100010110000001110100001101111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726260; }

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

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

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

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

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

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

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

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