#786683

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

Shades of Mamba #786683

Tints of Mamba #786683

Color information

#786683 (or 0x786683) is unknown color: approx Mamba. HEX triplet: 78, 66 and 83. RGB value is (120,102,131). Sum of RGB (Red+Green+Blue) = 120+102+131=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #786683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786683 is #87997C. Grayscale: #6E6E6E. Windows color (decimal): -8886653 or 8611448. OLE color: 8611448.

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

Color convert

RGB120102131-
CMYK0.080.2200.49
HSL277.24º12.45%45.69%-
HSV(B)277.24º22.14%51.37%-
XYZ16.5915.1323.52-
YUV110.69139.46134.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=33.99%
G=28.90%
B=37.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201021310.080.2200.49277.2412.4545.69
Hex786683816031115c2e
Octal17014620310260614251456
Binary111100011001101000001110001011001100011000101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786683; }

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

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

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

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

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

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

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

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