#786B7F

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

Shades of Mamba #786B7F

Tints of Mamba #786B7F

Color information

#786B7F (or 0x786B7F) is unknown color: approx Mamba. HEX triplet: 78, 6B and 7F. RGB value is (120,107,127). Sum of RGB (Red+Green+Blue) = 120+107+127=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #786B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B7F is #879480. Grayscale: #717171. Windows color (decimal): -8885377 or 8350584. OLE color: 8350584.

HSL color Cylindrical-coordinate representation of color #786B7F: hue angle of 279º 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 #786B7F is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB120107127-
CMYK0.060.1600.50
HSL279º8.55%45.88%-
HSV(B)279º15.75%49.8%-
XYZ16.8316.0422.29-
YUV113.17135.81132.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 127 (50% from 255) = 35.88%
R=33.90%
G=30.23%
B=35.88%

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
Decimal1201071270.060.1600.502798.5545.88
Hex786B7F61003211792e
Octal1701531776200624271156
Binary1111000110101111111111101000001100101000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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