#777579

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

Shades of Mamba #777579

Tints of Mamba #777579

Color information

#777579 (or 0x777579) is unknown color: approx Mamba. HEX triplet: 77, 75 and 79. RGB value is (119,117,121). Sum of RGB (Red+Green+Blue) = 119+117+121=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 121 - color contains mainly: blue. Hex color #777579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777579 is #888A86. Grayscale: #767676. Windows color (decimal): -8948359 or 7959927. OLE color: 7959927.

HSL color Cylindrical-coordinate representation of color #777579: hue angle of 270º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777579 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB119117121-
CMYK0.020.0300.53
HSL270º1.68%46.67%-
HSV(B)270º3.31%47.45%-
XYZ17.4218.0220.65-
YUV118.05129.66128.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=33.33%
G=32.77%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191171210.020.0300.532701.6846.67
Hex7775792303510e22f
Octal16716517123065416257
Binary1110111111010111110011011011010110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777579; }

 p { color: rgb(119,117,121); }

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

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

 a { background-color: rgb(119,117,121); }

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

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

 span { border-color: rgb(119,117,121); }

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