#726C79

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

Shades of Mamba #726C79

Tints of Mamba #726C79

Color information

#726C79 (or 0x726C79) is unknown color: approx Mamba. HEX triplet: 72, 6C and 79. RGB value is (114,108,121). Sum of RGB (Red+Green+Blue) = 114+108+121=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 121 - color contains mainly: blue. Hex color #726C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C79 is #8D9386. Grayscale: #6F6F6F. Windows color (decimal): -9278343 or 7957618. OLE color: 7957618.

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

Color convert

RGB114108121-
CMYK0.060.1100.53
HSL267.69º5.68%44.9%-
HSV(B)267.69º10.74%47.45%-
XYZ15.7515.6820.29-
YUV111.28133.49129.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=33.24%
G=31.49%
B=35.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141081210.060.1100.53267.695.6844.9
Hex726C796B03510c62d
Octal162154171613065414655
Binary11100101101100111100111010110110101100001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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