#746080

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

Shades of Mamba #746080

Tints of Mamba #746080

Color information

#746080 (or 0x746080) is unknown color: approx Mamba. HEX triplet: 74, 60 and 80. RGB value is (116,96,128). Sum of RGB (Red+Green+Blue) = 116+96+128=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #746080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746080 is #8B9F7F. Grayscale: #696969. Windows color (decimal): -9150336 or 8413300. OLE color: 8413300.

HSL color Cylindrical-coordinate representation of color #746080: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746080 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11696128-
CMYK0.090.2500.50
HSL277.5º14.29%43.92%-
HSV(B)277.5º25%50.2%-
XYZ15.2813.6422.25-
YUV105.63140.63135.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=34.12%
G=28.24%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116961280.090.2500.50277.514.2943.92
Hex746080919032116e2c
Octal16414020011310624261654
Binary111010011000001000000010011100101100101000101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746080; }

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

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

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

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

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

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

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

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