#756D81

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

Shades of Mamba #756D81

Tints of Mamba #756D81

Color information

#756D81 (or 0x756D81) is unknown color: approx Mamba. HEX triplet: 75, 6D and 81. RGB value is (117,109,129). Sum of RGB (Red+Green+Blue) = 117+109+129=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #756D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D81 is #8A927E. Grayscale: #717171. Windows color (decimal): -9081471 or 8482165. OLE color: 8482165.

HSL color Cylindrical-coordinate representation of color #756D81: hue angle of 264º degrees, saturation: 0.08, 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 #756D81 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117109129-
CMYK0.090.1600.49
HSL264º8.4%46.67%-
HSV(B)264º15.5%50.59%-
XYZ16.7716.323.03-
YUV113.67136.65130.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=32.96%
G=30.70%
B=36.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171091290.090.1600.492648.446.67
Hex756D8191003110882f
Octal16515520111200614101057
Binary111010111011011000000110011000001100011000010001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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