Html Css Color HEX #776980 Mamba

📋 copy color: '#776980'

red 119 ◦ green 105 ◦ blue 128

#776980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #776980

Tints of Mamba #776980

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 value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#776980 (or 0x776980) is known color: 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

RGB 119 105 128 -
CMYK 0.07 0.18 0 0.50
HSL 276.52º 0.1% 0.46% -
HSV(B) 276.52º 0.18% 0.5% -
XYZ 16.56 15.58 22.56 -
YUV 111.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 119 105 128 0.07 0.18 0 0.50 276.52 0.1 0.46
Hex 77 69 80 7 12 0 32 115 A 2E
Octal 167 151 200 7 22 0 62 425 12 56
Binary 1110111 1101001 10000000 111 10010 0 110010 100010101 1010 101110

Color Harmonies of #776980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776980

Black with #776980

Text Example


Text Example

White with #776980

Text Example


Text Example

HTML Codes & Css Web 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>