#776980

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

Shades of Mamba #776980

Tints of Mamba #776980

Color information

#776980 (or 0x776980) is unknown color: approx Mamba. HEX triplet: 77, 69 and 80. RGB value is (119,105,128). Sum of RGB (Red+Green+Blue) = 119+105+128=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 128 - color contains mainly: blue. Hex color #776980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776980 is #88967F. Grayscale: #6F6F6F. Windows color (decimal): -8951424 or 8415607. OLE color: 8415607.

HSL color Cylindrical-coordinate representation of color #776980: hue angle of 276.52º 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 #776980 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB119105128-
CMYK0.070.1800.50
HSL276.52º9.87%45.69%-
HSV(B)276.52º17.97%50.2%-
XYZ16.5615.5822.56-
YUV111.81137.14133.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=33.81%
G=29.83%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191051280.070.1800.50276.529.8745.69
Hex776980712032115a2e
Octal1671512007220624251256
Binary11101111101001100000001111001001100101000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776980; }

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

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

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

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

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

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

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

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