#776884

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

Shades of Mamba #776884

Tints of Mamba #776884

Color information

#776884 (or 0x776884) is unknown color: approx Mamba. HEX triplet: 77, 68 and 84. RGB value is (119,104,132). Sum of RGB (Red+Green+Blue) = 119+104+132=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #776884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776884 is #88977B. Grayscale: #6F6F6F. Windows color (decimal): -8951676 or 8677495. OLE color: 8677495.

HSL color Cylindrical-coordinate representation of color #776884: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776884 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119104132-
CMYK0.100.2100.48
HSL272.14º11.86%46.27%-
HSV(B)272.14º21.21%51.76%-
XYZ16.7215.4923.94-
YUV111.68139.47133.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=33.52%
G=29.30%
B=37.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191041320.100.2100.48272.1411.8646.27
Hex776884A15030110c2e
Octal16715020412250604201456
Binary111011111010001000010010101010101100001000100001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776884; }

 p { color: rgb(119,104,132); }

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

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

 a { background-color: rgb(119,104,132); }

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

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

 span { border-color: rgb(119,104,132); }

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