#786B80

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

Shades of Mamba #786B80

Tints of Mamba #786B80

Color information

#786B80 (or 0x786B80) is unknown color: approx Mamba. HEX triplet: 78, 6B and 80. RGB value is (120,107,128). Sum of RGB (Red+Green+Blue) = 120+107+128=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #786B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B80 is #87947F. Grayscale: #717171. Windows color (decimal): -8885376 or 8416120. OLE color: 8416120.

HSL color Cylindrical-coordinate representation of color #786B80: hue angle of 277.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786B80 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB120107128-
CMYK0.060.1600.50
HSL277.14º8.94%46.08%-
HSV(B)277.14º16.41%50.2%-
XYZ16.916.0722.63-
YUV113.28136.31132.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=33.80%
G=30.14%
B=36.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201071280.060.1600.50277.148.9446.08
Hex786B8061003211592e
Octal1701532006200624251156
Binary11110001101011100000001101000001100101000101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786B80; }

 p { color: rgb(120,107,128); }

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

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

 a { background-color: rgb(120,107,128); }

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

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

 span { border-color: rgb(120,107,128); }

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