#786680

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

Shades of Mamba #786680

Tints of Mamba #786680

Color information

#786680 (or 0x786680) is unknown color: approx Mamba. HEX triplet: 78, 66 and 80. RGB value is (120,102,128). Sum of RGB (Red+Green+Blue) = 120+102+128=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 128 - color contains mainly: blue. Hex color #786680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786680 is #87997F. Grayscale: #6E6E6E. Windows color (decimal): -8886656 or 8414840. OLE color: 8414840.

HSL color Cylindrical-coordinate representation of color #786680: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786680 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB120102128-
CMYK0.060.2000.50
HSL281.54º11.3%45.1%-
HSV(B)281.54º20.31%50.2%-
XYZ16.3915.0522.46-
YUV110.35137.96134.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=34.29%
G=29.14%
B=36.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201021280.060.2000.50281.5411.345.1
Hex78668061403211ab2d
Octal1701462006240624321355
Binary11110001100110100000001101010001100101000110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786680; }

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

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

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

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

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

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

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

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