#726D75

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

Shades of Mamba #726D75

Tints of Mamba #726D75

Color information

#726D75 (or 0x726D75) is unknown color: approx Mamba. HEX triplet: 72, 6D and 75. RGB value is (114,109,117). Sum of RGB (Red+Green+Blue) = 114+109+117=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #726D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D75 is #8D928A. Grayscale: #6F6F6F. Windows color (decimal): -9278091 or 7695730. OLE color: 7695730.

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

Color convert

RGB114109117-
CMYK0.030.0700.54
HSL277.5º3.54%44.31%-
HSV(B)277.5º6.84%45.88%-
XYZ15.6215.819.06-
YUV111.41131.16129.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=33.53%
G=32.06%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141091170.030.0700.54277.53.5444.31
Hex726D753703611642c
Octal16215516537066426454
Binary111001011011011110101111110110110100010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,117); }

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

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

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

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

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

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

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