#756D80

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

Shades of Mamba #756D80

Tints of Mamba #756D80

Color information

#756D80 (or 0x756D80) is unknown color: approx Mamba. HEX triplet: 75, 6D and 80. RGB value is (117,109,128). Sum of RGB (Red+Green+Blue) = 117+109+128=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #756D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D80 is #8A927F. Grayscale: #717171. Windows color (decimal): -9081472 or 8416629. OLE color: 8416629.

HSL color Cylindrical-coordinate representation of color #756D80: hue angle of 265.26º 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 #756D80 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB117109128-
CMYK0.090.1500.50
HSL265.26º8.02%46.47%-
HSV(B)265.26º14.84%50.2%-
XYZ16.716.2822.68-
YUV113.56136.15130.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=33.05%
G=30.79%
B=36.16%

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
Decimal1171091280.090.1500.50265.268.0246.47
Hex756D809F03210982e
Octal16515520011170624111056
Binary11101011101101100000001001111101100101000010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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