#777578

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

Shades of Mamba #777578

Tints of Mamba #777578

Color information

#777578 (or 0x777578) is unknown color: approx Mamba. HEX triplet: 77, 75 and 78. RGB value is (119,117,120). Sum of RGB (Red+Green+Blue) = 119+117+120=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 120 - color contains mainly: blue. Hex color #777578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777578 is #888A87. Grayscale: #757575. Windows color (decimal): -8948360 or 7894391. OLE color: 7894391.

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

Color convert

RGB119117120-
CMYK0.010.0200.53
HSL280º1.27%46.47%-
HSV(B)280º2.5%47.06%-
XYZ17.361820.33-
YUV117.94129.16128.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=33.43%
G=32.87%
B=33.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191171200.010.0200.532801.2746.47
Hex7775781203511812e
Octal16716517012065430156
Binary11101111110101111100011001101011000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777578; }

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

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

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

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

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

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

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

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