#726262

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

Shades of Zambezi #726262

Tints of Zambezi #726262

Color information

#726262 (or 0x726262) is unknown color: approx Zambezi. HEX triplet: 72, 62 and 62. RGB value is (114,98,98). Sum of RGB (Red+Green+Blue) = 114+98+98=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726262 is #8D9D9D. Grayscale: #666666. Windows color (decimal): -9280926 or 6447730. OLE color: 6447730.

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

Color convert

RGB1149898-
CMYK00.140.140.55
HSL7.55%41.57%-
HSV(B)14.04%44.71%-
XYZ13.5113.1913.39-
YUV102.78125.3136-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=36.77%
G=31.61%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114989800.140.140.5507.5541.57
Hex7262620EE37082a
Octal162142142016166701052
Binary11100101100010110001001110111011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726262; }

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

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

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

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

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

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

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

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