#786785

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

Shades of Mamba #786785

Tints of Mamba #786785

Color information

#786785 (or 0x786785) is unknown color: approx Mamba. HEX triplet: 78, 67 and 85. RGB value is (120,103,133). Sum of RGB (Red+Green+Blue) = 120+103+133=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #786785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786785 is #87987A. Grayscale: #6F6F6F. Windows color (decimal): -8886395 or 8742776. OLE color: 8742776.

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

Color convert

RGB120103133-
CMYK0.100.2300.48
HSL274º12.71%46.27%-
HSV(B)274º22.56%52.16%-
XYZ16.8315.3924.27-
YUV111.5140.13134.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=33.71%
G=28.93%
B=37.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201031330.100.2300.4827412.7146.27
Hex786785A17030112d2e
Octal17014720512270604221556
Binary111100011001111000010110101011101100001000100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786785; }

 p { color: rgb(120,103,133); }

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

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

 a { background-color: rgb(120,103,133); }

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

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

 span { border-color: rgb(120,103,133); }

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