Html Css Color HEX #776F80 Mamba

📋 copy color: '#776F80'

red 119 ◦ green 111 ◦ blue 128

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

Shades of Mamba #776F80

Tints of Mamba #776F80

RGB

 RED value IS 119 (46.88% from 255) = 33.24%

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 33.24%
G = 31.01%
B = 35.75%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#776F80 (or 0x776F80) is known color: Mamba. HEX triplet: 77, 6F and 80. RGB value is (119,111,128). Sum of RGB (Red+Green+Blue) = 119+111+128=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #776F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F80 is #88907F. Grayscale: #737373. Windows color (decimal): -8949888 or 8417143. OLE color: 8417143.

HSL color Cylindrical-coordinate representation of color #776F80: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776F80 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 111 128 -
CMYK 0.07 0.13 0 0.50
HSL 268.24º 0.07% 0.47% -
HSV(B) 268.24º 0.13% 0.5% -
XYZ 17.19 16.85 22.77 -
YUV 115.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 119 111 128 0.07 0.13 0 0.50 268.24 0.07 0.47
Hex 77 6F 80 7 D 0 32 10C 7 2F
Octal 167 157 200 7 15 0 62 414 7 57
Binary 1110111 1101111 10000000 111 1101 0 110010 100001100 111 101111

Color Harmonies of #776F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F80

Black with #776F80

Text Example


Text Example

White with #776F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776F80; }

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

 H1.HeaderClassName
 {
   color: #776F80;
 }
 .AnyTagClassName
 {
   color: #776F80;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #776F80;
 }
 .BgClassName
 {
   background-color: #776F80;
 }
</style>

border-color css

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

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

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