#776C7F

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

Shades of Mamba #776C7F

Tints of Mamba #776C7F

Color information

#776C7F (or 0x776C7F) is unknown color: approx Mamba. HEX triplet: 77, 6C and 7F. RGB value is (119,108,127). Sum of RGB (Red+Green+Blue) = 119+108+127=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #776C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C7F is #889380. Grayscale: #717171. Windows color (decimal): -8950657 or 8350839. OLE color: 8350839.

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

Color convert

RGB119108127-
CMYK0.060.1500.50
HSL274.74º8.09%46.08%-
HSV(B)274.74º14.96%49.8%-
XYZ16.816.1822.32-
YUV113.45135.64131.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 127 (50% from 255) = 35.88%
R=33.62%
G=30.51%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191081270.060.1500.50274.748.0946.08
Hex776C7F6F03211382e
Octal1671541776170624231056
Binary111011111011001111111110111101100101000100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,127); }

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

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

 a { background-color: rgb(119,108,127); }

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

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

 span { border-color: rgb(119,108,127); }

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