#776C7D

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

Shades of Mamba #776C7D

Tints of Mamba #776C7D

Color information

#776C7D (or 0x776C7D) is unknown color: approx Mamba. HEX triplet: 77, 6C and 7D. RGB value is (119,108,125). Sum of RGB (Red+Green+Blue) = 119+108+125=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 125 - color contains mainly: blue. Hex color #776C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C7D is #889382. Grayscale: #717171. Windows color (decimal): -8950659 or 8219767. OLE color: 8219767.

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

Color convert

RGB119108125-
CMYK0.050.1400.51
HSL278.82º7.3%45.69%-
HSV(B)278.82º13.6%49.02%-
XYZ16.6716.1321.64-
YUV113.23134.64132.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=33.81%
G=30.68%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191081250.050.1400.51278.827.345.69
Hex776C7D5E03311772e
Octal167154175516063427756
Binary11101111101100111110110111100110011100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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