#726C76

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

Shades of Mamba #726C76

Tints of Mamba #726C76

Color information

#726C76 (or 0x726C76) is unknown color: approx Mamba. HEX triplet: 72, 6C and 76. RGB value is (114,108,118). Sum of RGB (Red+Green+Blue) = 114+108+118=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #726C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C76 is #8D9389. Grayscale: #6E6E6E. Windows color (decimal): -9278346 or 7761010. OLE color: 7761010.

HSL color Cylindrical-coordinate representation of color #726C76: hue angle of 276º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726C76 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB114108118-
CMYK0.030.0800.54
HSL276º4.42%44.31%-
HSV(B)276º8.47%46.27%-
XYZ15.5715.6119.33-
YUV110.93131.99130.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=33.53%
G=31.76%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141081180.030.0800.542764.4244.31
Hex726C763803611442c
Octal162154166310066424454
Binary1110010110110011101101110000110110100010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,118); }

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

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

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

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

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

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

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