#756D82

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

Shades of Mamba #756D82

Tints of Mamba #756D82

Color information

#756D82 (or 0x756D82) is unknown color: approx Mamba. HEX triplet: 75, 6D and 82. RGB value is (117,109,130). Sum of RGB (Red+Green+Blue) = 117+109+130=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #756D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D82 is #8A927D. Grayscale: #717171. Windows color (decimal): -9081470 or 8547701. OLE color: 8547701.

HSL color Cylindrical-coordinate representation of color #756D82: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756D82 is Cyan = 0.1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117109130-
CMYK0.10.1600.49
HSL262.86º8.79%46.86%-
HSV(B)262.86º16.15%50.98%-
XYZ16.8316.3323.38-
YUV113.79137.15130.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=32.87%
G=30.62%
B=36.52%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171091300.10.1600.49262.868.7946.86
Hex756D82A1003110792f
Octal16515520212200614071157
Binary111010111011011000001010101000001100011000001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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