#756386

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

Shades of Mamba #756386

Tints of Mamba #756386

Color information

#756386 (or 0x756386) is unknown color: approx Mamba. HEX triplet: 75, 63 and 86. RGB value is (117,99,134). Sum of RGB (Red+Green+Blue) = 117+99+134=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #756386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756386 is #8A9C79. Grayscale: #6C6C6C. Windows color (decimal): -9084026 or 8807285. OLE color: 8807285.

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

Color convert

RGB11799134-
CMYK0.130.2600.47
HSL270.86º15.02%45.69%-
HSV(B)270.86º26.12%52.55%-
XYZ16.114.4324.49-
YUV108.37142.46134.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=33.43%
G=28.29%
B=38.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117991340.130.2600.47270.8615.0245.69
Hex756386D1A02F10ff2e
Octal16514320615320574171756
Binary111010111000111000011011011101001011111000011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756386; }

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

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

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

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

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

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

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

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