#726A77

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

Shades of Mamba #726A77

Tints of Mamba #726A77

Color information

#726A77 (or 0x726A77) is unknown color: approx Mamba. HEX triplet: 72, 6A and 77. RGB value is (114,106,119). Sum of RGB (Red+Green+Blue) = 114+106+119=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #726A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A77 is #8D9588. Grayscale: #6D6D6D. Windows color (decimal): -9278857 or 7826034. OLE color: 7826034.

HSL color Cylindrical-coordinate representation of color #726A77: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726A77 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114106119-
CMYK0.040.1100.53
HSL276.92º5.78%44.12%-
HSV(B)276.92º10.92%46.67%-
XYZ15.4215.2219.58-
YUV109.87133.15130.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=33.63%
G=31.27%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141061190.040.1100.53276.925.7844.12
Hex726A774B03511562c
Octal162152167413065425654
Binary11100101101010111011110010110110101100010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A77; }

 p { color: rgb(114,106,119); }

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

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

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

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

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

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

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