#766386

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

Shades of Mamba #766386

Tints of Mamba #766386

Color information

#766386 (or 0x766386) is unknown color: approx Mamba. HEX triplet: 76, 63 and 86. RGB value is (118,99,134). Sum of RGB (Red+Green+Blue) = 118+99+134=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 99 (39.06% from 255 or 28.21% 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 #766386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766386 is #899C79. Grayscale: #6C6C6C. Windows color (decimal): -9018490 or 8807286. OLE color: 8807286.

HSL color Cylindrical-coordinate representation of color #766386: hue angle of 272.57º 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 #766386 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11899134-
CMYK0.120.2600.47
HSL272.57º15.02%45.69%-
HSV(B)272.57º26.12%52.55%-
XYZ16.2414.524.5-
YUV108.67142.29134.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=33.62%
G=28.21%
B=38.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118991340.120.2600.47272.5715.0245.69
Hex766386C1A02F111f2e
Octal16614320614320574211756
Binary111011011000111000011011001101001011111000100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766386; }

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

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

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

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

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

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

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

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