#776F7D

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

Shades of Mamba #776F7D

Tints of Mamba #776F7D

Color information

#776F7D (or 0x776F7D) is unknown color: approx Mamba. HEX triplet: 77, 6F and 7D. RGB value is (119,111,125). Sum of RGB (Red+Green+Blue) = 119+111+125=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #776F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F7D is #889082. Grayscale: #727272. Windows color (decimal): -8949891 or 8220535. OLE color: 8220535.

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

Color convert

RGB119111125-
CMYK0.050.1100.51
HSL274.29º5.93%46.27%-
HSV(B)274.29º11.2%49.02%-
XYZ16.9916.7721.74-
YUV114.99133.65130.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=33.52%
G=31.27%
B=35.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191111250.050.1100.51274.295.9346.27
Hex776F7D5B03311262e
Octal167157175513063422656
Binary11101111101111111110110110110110011100010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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