#786884

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

Shades of Mamba #786884

Tints of Mamba #786884

Color information

#786884 (or 0x786884) is unknown color: approx Mamba. HEX triplet: 78, 68 and 84. RGB value is (120,104,132). Sum of RGB (Red+Green+Blue) = 120+104+132=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #786884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786884 is #87977B. Grayscale: #6F6F6F. Windows color (decimal): -8886140 or 8677496. OLE color: 8677496.

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

Color convert

RGB120104132-
CMYK0.090.2100.48
HSL274.29º11.86%46.27%-
HSV(B)274.29º21.21%51.76%-
XYZ16.8615.5623.94-
YUV111.98139.3133.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=33.71%
G=29.21%
B=37.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201041320.090.2100.48274.2911.8646.27
Hex786884915030112c2e
Octal17015020411250604221456
Binary111100011010001000010010011010101100001000100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786884; }

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

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

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

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

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

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

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

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