#776B81

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

Shades of Mamba #776B81

Tints of Mamba #776B81

Color information

#776B81 (or 0x776B81) is unknown color: approx Mamba. HEX triplet: 77, 6B and 81. RGB value is (119,107,129). Sum of RGB (Red+Green+Blue) = 119+107+129=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #776B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776B81 is #88947E. Grayscale: #717171. Windows color (decimal): -8950911 or 8481655. OLE color: 8481655.

HSL color Cylindrical-coordinate representation of color #776B81: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #776B81 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119107129-
CMYK0.080.1700.49
HSL272.73º9.32%46.27%-
HSV(B)272.73º17.05%50.59%-
XYZ16.8316.0222.97-
YUV113.1136.98132.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=33.52%
G=30.14%
B=36.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191071290.080.1700.49272.739.3246.27
Hex776B8181103111192e
Octal16715320110210614211156
Binary111011111010111000000110001000101100011000100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,129); }

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

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

 a { background-color: rgb(119,107,129); }

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

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

 span { border-color: rgb(119,107,129); }

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