#766387

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

Shades of Mamba #766387

Tints of Mamba #766387

Color information

#766387 (or 0x766387) is unknown color: approx Mamba. HEX triplet: 76, 63 and 87. RGB value is (118,99,135). Sum of RGB (Red+Green+Blue) = 118+99+135=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #766387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766387 is #899C78. Grayscale: #6C6C6C. Windows color (decimal): -9018489 or 8872822. OLE color: 8872822.

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

Color convert

RGB11899135-
CMYK0.130.2700.47
HSL271.67º15.38%45.88%-
HSV(B)271.67º26.67%52.94%-
XYZ16.3114.5224.87-
YUV108.78142.79134.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=33.52%
G=28.12%
B=38.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118991350.130.2700.47271.6715.3845.88
Hex766387D1B02F110f2e
Octal16614320715330574201756
Binary111011011000111000011111011101101011111000100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766387; }

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

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

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

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

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

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

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

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