#756786

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

Shades of Mamba #756786

Tints of Mamba #756786

Color information

#756786 (or 0x756786) is unknown color: approx Mamba. HEX triplet: 75, 67 and 86. RGB value is (117,103,134). Sum of RGB (Red+Green+Blue) = 117+103+134=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #756786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756786 is #8A9879. Grayscale: #6E6E6E. Windows color (decimal): -9083002 or 8808309. OLE color: 8808309.

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

Color convert

RGB117103134-
CMYK0.130.2300.47
HSL267.1º13.08%46.47%-
HSV(B)267.1º23.13%52.55%-
XYZ16.4915.224.62-
YUV110.72141.14132.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 134 (52.73% from 255) = 37.85%
R=33.05%
G=29.10%
B=37.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171031340.130.2300.47267.113.0846.47
Hex756786D1702F10bd2e
Octal16514720615270574131556
Binary111010111001111000011011011011101011111000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756786; }

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

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

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

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

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

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

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

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