#756581

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

Shades of Mamba #756581

Tints of Mamba #756581

Color information

#756581 (or 0x756581) is unknown color: approx Mamba. HEX triplet: 75, 65 and 81. RGB value is (117,101,129). Sum of RGB (Red+Green+Blue) = 117+101+129=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 129 - color contains mainly: blue. Hex color #756581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756581 is #8A9A7E. Grayscale: #6C6C6C. Windows color (decimal): -9083519 or 8480117. OLE color: 8480117.

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

Color convert

RGB117101129-
CMYK0.090.2200.49
HSL274.29º12.17%45.1%-
HSV(B)274.29º21.71%50.59%-
XYZ15.9514.6722.76-
YUV108.98139.3133.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=33.72%
G=29.11%
B=37.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171011290.090.2200.49274.2912.1745.1
Hex756581916031112c2d
Octal16514520111260614221455
Binary111010111001011000000110011011001100011000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756581; }

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

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

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

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

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

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

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

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