#766486

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

Shades of Mamba #766486

Tints of Mamba #766486

Color information

#766486 (or 0x766486) is unknown color: approx Mamba. HEX triplet: 76, 64 and 86. RGB value is (118,100,134). Sum of RGB (Red+Green+Blue) = 118+100+134=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #766486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766486 is #899B79. Grayscale: #6D6D6D. Windows color (decimal): -9018234 or 8807542. OLE color: 8807542.

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

Color convert

RGB118100134-
CMYK0.120.2500.47
HSL271.76º14.53%45.88%-
HSV(B)271.76º25.37%52.55%-
XYZ16.3314.6924.53-
YUV109.26141.96134.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=33.52%
G=28.41%
B=38.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181001340.120.2500.47271.7614.5345.88
Hex766486C1902F110f2e
Octal16614420614310574201756
Binary111011011001001000011011001100101011111000100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766486; }

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

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

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

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

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

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

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

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