#776B7C

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

Shades of Mamba #776B7C

Tints of Mamba #776B7C

Color information

#776B7C (or 0x776B7C) is unknown color: approx Mamba. HEX triplet: 77, 6B and 7C. RGB value is (119,107,124). Sum of RGB (Red+Green+Blue) = 119+107+124=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #776B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B7C is #889483. Grayscale: #707070. Windows color (decimal): -8950916 or 8153975. OLE color: 8153975.

HSL color Cylindrical-coordinate representation of color #776B7C: hue angle of 282.35º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #776B7C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB119107124-
CMYK0.040.1400.51
HSL282.35º7.36%45.29%-
HSV(B)282.35º13.71%48.63%-
XYZ16.515.8921.27-
YUV112.53134.48132.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=34%
G=30.57%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191071240.040.1400.51282.357.3645.29
Hex776B7C4E03311a72d
Octal167153174416063432755
Binary11101111101011111110010011100110011100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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