#756980

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

Shades of Mamba #756980

Tints of Mamba #756980

Color information

#756980 (or 0x756980) is unknown color: approx Mamba. HEX triplet: 75, 69 and 80. RGB value is (117,105,128). Sum of RGB (Red+Green+Blue) = 117+105+128=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 128 - color contains mainly: blue. Hex color #756980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756980 is #8A967F. Grayscale: #6F6F6F. Windows color (decimal): -9082496 or 8415605. OLE color: 8415605.

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

Color convert

RGB117105128-
CMYK0.090.1800.50
HSL271.3º9.87%45.69%-
HSV(B)271.3º17.97%50.2%-
XYZ16.2815.4422.54-
YUV111.21137.48132.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=33.43%
G=30%
B=36.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171051280.090.1800.50271.39.8745.69
Hex75698091203210fa2e
Octal16515120011220624171256
Binary111010111010011000000010011001001100101000011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756980; }

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

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

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

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

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

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

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

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