#786382

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

Shades of Mamba #786382

Tints of Mamba #786382

Color information

#786382 (or 0x786382) is unknown color: approx Mamba. HEX triplet: 78, 63 and 82. RGB value is (120,99,130). Sum of RGB (Red+Green+Blue) = 120+99+130=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #786382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786382 is #879C7D. Grayscale: #6C6C6C. Windows color (decimal): -8887422 or 8545144. OLE color: 8545144.

HSL color Cylindrical-coordinate representation of color #786382: hue angle of 280.65º 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 #786382 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12099130-
CMYK0.080.2400.49
HSL280.65º13.54%44.9%-
HSV(B)280.65º23.85%50.98%-
XYZ16.2414.5323.07-
YUV108.81139.96135.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=34.38%
G=28.37%
B=37.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120991300.080.2400.49280.6513.5444.9
Hex786382818031119e2d
Octal17014320210300614311655
Binary111100011000111000001010001100001100011000110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786382; }

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

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

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

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

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

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

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

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