#766786

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

Shades of Mamba #766786

Tints of Mamba #766786

Color information

#766786 (or 0x766786) is unknown color: approx Mamba. HEX triplet: 76, 67 and 86. RGB value is (118,103,134). Sum of RGB (Red+Green+Blue) = 118+103+134=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #766786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766786 is #899879. Grayscale: #6E6E6E. Windows color (decimal): -9017466 or 8808310. OLE color: 8808310.

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

Color convert

RGB118103134-
CMYK0.120.2300.47
HSL269.03º13.08%46.47%-
HSV(B)269.03º23.13%52.55%-
XYZ16.6215.2724.63-
YUV111.02140.97132.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=33.24%
G=29.01%
B=37.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181031340.120.2300.47269.0313.0846.47
Hex766786C1702F10dd2e
Octal16614720614270574151556
Binary111011011001111000011011001011101011111000011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766786; }

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

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

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

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

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

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

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

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