#766382

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

Shades of Mamba #766382

Tints of Mamba #766382

Color information

#766382 (or 0x766382) is unknown color: approx Mamba. HEX triplet: 76, 63 and 82. RGB value is (118,99,130). Sum of RGB (Red+Green+Blue) = 118+99+130=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #766382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766382 is #899C7D. Grayscale: #6C6C6C. Windows color (decimal): -9018494 or 8545142. OLE color: 8545142.

HSL color Cylindrical-coordinate representation of color #766382: hue angle of 276.77º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766382 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11899130-
CMYK0.090.2400.49
HSL276.77º13.54%44.9%-
HSV(B)276.77º23.85%50.98%-
XYZ15.9614.3923.05-
YUV108.22140.29134.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=34.01%
G=28.53%
B=37.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118991300.090.2400.49276.7713.5444.9
Hex766382918031115e2d
Octal16614320211300614251655
Binary111011011000111000001010011100001100011000101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766382; }

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

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

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

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

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

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

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

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