#756480

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

Shades of Mamba #756480

Tints of Mamba #756480

Color information

#756480 (or 0x756480) is unknown color: approx Mamba. HEX triplet: 75, 64 and 80. RGB value is (117,100,128). Sum of RGB (Red+Green+Blue) = 117+100+128=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #756480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756480 is #8A9B7F. Grayscale: #6C6C6C. Windows color (decimal): -9083776 or 8414325. OLE color: 8414325.

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

Color convert

RGB117100128-
CMYK0.090.2200.50
HSL276.43º12.28%44.71%-
HSV(B)276.43º21.88%50.2%-
XYZ15.7914.4522.38-
YUV108.28139.13134.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=33.91%
G=28.99%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171001280.090.2200.50276.4312.2844.71
Hex756480916032114c2d
Octal16514420011260624241455
Binary111010111001001000000010011011001100101000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756480; }

 p { color: rgb(117,100,128); }

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

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

 a { background-color: rgb(117,100,128); }

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

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

 span { border-color: rgb(117,100,128); }

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