#746D80

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

Shades of Mamba #746D80

Tints of Mamba #746D80

Color information

#746D80 (or 0x746D80) is unknown color: approx Mamba. HEX triplet: 74, 6D and 80. RGB value is (116,109,128). Sum of RGB (Red+Green+Blue) = 116+109+128=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #746D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D80 is #8B927F. Grayscale: #717171. Windows color (decimal): -9147008 or 8416628. OLE color: 8416628.

HSL color Cylindrical-coordinate representation of color #746D80: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746D80 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB116109128-
CMYK0.090.1500.50
HSL262.11º8.02%46.47%-
HSV(B)262.11º14.84%50.2%-
XYZ16.5716.2122.68-
YUV113.26136.32129.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=32.86%
G=30.88%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161091280.090.1500.50262.118.0246.47
Hex746D809F03210682e
Octal16415520011170624061056
Binary11101001101101100000001001111101100101000001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746D80; }

 p { color: rgb(116,109,128); }

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

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

 a { background-color: rgb(116,109,128); }

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

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

 span { border-color: rgb(116,109,128); }

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