#756486

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

Shades of Mamba #756486

Tints of Mamba #756486

Color information

#756486 (or 0x756486) is unknown color: approx Mamba. HEX triplet: 75, 64 and 86. RGB value is (117,100,134). Sum of RGB (Red+Green+Blue) = 117+100+134=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 134 - color contains mainly: blue. Hex color #756486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756486 is #8A9B79. Grayscale: #6C6C6C. Windows color (decimal): -9083770 or 8807541. OLE color: 8807541.

HSL color Cylindrical-coordinate representation of color #756486: hue angle of 270º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756486 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB117100134-
CMYK0.130.2500.47
HSL270º14.53%45.88%-
HSV(B)270º25.37%52.55%-
XYZ16.214.6224.52-
YUV108.96142.13133.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=33.33%
G=28.49%
B=38.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171001340.130.2500.4727014.5345.88
Hex756486D1902F10ef2e
Octal16514420615310574161756
Binary111010111001001000011011011100101011111000011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756486; }

 p { color: rgb(117,100,134); }

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

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

 a { background-color: rgb(117,100,134); }

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

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

 span { border-color: rgb(117,100,134); }

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