#786681

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

Shades of Mamba #786681

Tints of Mamba #786681

Color information

#786681 (or 0x786681) is unknown color: approx Mamba. HEX triplet: 78, 66 and 81. RGB value is (120,102,129). Sum of RGB (Red+Green+Blue) = 120+102+129=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #786681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786681 is #87997E. Grayscale: #6E6E6E. Windows color (decimal): -8886655 or 8480376. OLE color: 8480376.

HSL color Cylindrical-coordinate representation of color #786681: hue angle of 280º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #786681 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB120102129-
CMYK0.070.2100.49
HSL280º11.69%45.29%-
HSV(B)280º20.93%50.59%-
XYZ16.4615.0822.81-
YUV110.46138.46134.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=34.19%
G=29.06%
B=36.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201021290.070.2100.4928011.6945.29
Hex786681715031118c2d
Octal1701462017250614301455
Binary11110001100110100000011111010101100011000110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786681; }

 p { color: rgb(120,102,129); }

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

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

 a { background-color: rgb(120,102,129); }

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

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

 span { border-color: rgb(120,102,129); }

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