#786889

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

Shades of Mamba #786889

Tints of Mamba #786889

Color information

#786889 (or 0x786889) is unknown color: approx Mamba. HEX triplet: 78, 68 and 89. RGB value is (120,104,137). Sum of RGB (Red+Green+Blue) = 120+104+137=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #786889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786889 is #879776. Grayscale: #707070. Windows color (decimal): -8886135 or 9005176. OLE color: 9005176.

HSL color Cylindrical-coordinate representation of color #786889: hue angle of 269.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786889 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB120104137-
CMYK0.120.2400.46
HSL269.09º13.69%47.25%-
HSV(B)269.09º24.09%53.73%-
XYZ17.2115.725.79-
YUV112.55141.8133.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=33.24%
G=28.81%
B=37.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201041370.120.2400.46269.0913.6947.25
Hex786889C1802E10de2f
Octal17015021114300564151657
Binary111100011010001000100111001100001011101000011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786889; }

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

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

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

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

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

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

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

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