#776480

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

Shades of Mamba #776480

Tints of Mamba #776480

Color information

#776480 (or 0x776480) is unknown color: approx Mamba. HEX triplet: 77, 64 and 80. RGB value is (119,100,128). Sum of RGB (Red+Green+Blue) = 119+100+128=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #776480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776480 is #889B7F. Grayscale: #6C6C6C. Windows color (decimal): -8952704 or 8414327. OLE color: 8414327.

HSL color Cylindrical-coordinate representation of color #776480: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776480 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB119100128-
CMYK0.070.2200.50
HSL280.71º12.28%44.71%-
HSV(B)280.71º21.88%50.2%-
XYZ16.0614.5922.39-
YUV108.87138.79135.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=34.29%
G=28.82%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191001280.070.2200.50280.7112.2844.71
Hex776480716032119c2d
Octal1671442007260624311455
Binary11101111100100100000001111011001100101000110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776480; }

 p { color: rgb(119,100,128); }

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

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

 a { background-color: rgb(119,100,128); }

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

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

 span { border-color: rgb(119,100,128); }

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