#786384

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

Shades of Mamba #786384

Tints of Mamba #786384

Color information

#786384 (or 0x786384) is unknown color: approx Mamba. HEX triplet: 78, 63 and 84. RGB value is (120,99,132). Sum of RGB (Red+Green+Blue) = 120+99+132=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #786384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786384 is #879C7B. Grayscale: #6C6C6C. Windows color (decimal): -8887420 or 8676216. OLE color: 8676216.

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

Color convert

RGB12099132-
CMYK0.090.2500.48
HSL278.18º14.29%45.29%-
HSV(B)278.18º25%51.76%-
XYZ16.3714.5823.78-
YUV109.04140.96135.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=34.19%
G=28.21%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120991320.090.2500.48278.1814.2945.29
Hex786384919030116e2d
Octal17014320411310604261655
Binary111100011000111000010010011100101100001000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786384; }

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

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

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

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

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

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

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

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