#786980

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

Shades of Mamba #786980

Tints of Mamba #786980

Color information

#786980 (or 0x786980) is unknown color: approx Mamba. HEX triplet: 78, 69 and 80. RGB value is (120,105,128). Sum of RGB (Red+Green+Blue) = 120+105+128=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #786980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786980 is #87967F. Grayscale: #707070. Windows color (decimal): -8885888 or 8415608. OLE color: 8415608.

HSL color Cylindrical-coordinate representation of color #786980: hue angle of 279.13º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786980 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB120105128-
CMYK0.060.1800.50
HSL279.13º9.87%45.69%-
HSV(B)279.13º17.97%50.2%-
XYZ16.6915.6522.56-
YUV112.11136.97133.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=33.99%
G=29.75%
B=36.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201051280.060.1800.50279.139.8745.69
Hex786980612032117a2e
Octal1701512006220624271256
Binary11110001101001100000001101001001100101000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786980; }

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

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

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

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

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

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

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

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