#786782

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

Shades of Mamba #786782

Tints of Mamba #786782

Color information

#786782 (or 0x786782) is unknown color: approx Mamba. HEX triplet: 78, 67 and 82. RGB value is (120,103,130). Sum of RGB (Red+Green+Blue) = 120+103+130=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #786782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786782 is #87987D. Grayscale: #6F6F6F. Windows color (decimal): -8886398 or 8546168. OLE color: 8546168.

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

Color convert

RGB120103130-
CMYK0.080.2100.49
HSL277.78º11.59%45.69%-
HSV(B)277.78º20.77%50.98%-
XYZ16.6315.3123.2-
YUV111.16138.63134.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=33.99%
G=29.18%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201031300.080.2100.49277.7811.5945.69
Hex786782815031116c2e
Octal17014720210250614261456
Binary111100011001111000001010001010101100011000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786782; }

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

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

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

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

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

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

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

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