#776486

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

Shades of Mamba #776486

Tints of Mamba #776486

Color information

#776486 (or 0x776486) is unknown color: approx Mamba. HEX triplet: 77, 64 and 86. RGB value is (119,100,134). Sum of RGB (Red+Green+Blue) = 119+100+134=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #776486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776486 is #889B79. Grayscale: #6D6D6D. Windows color (decimal): -8952698 or 8807543. OLE color: 8807543.

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

Color convert

RGB119100134-
CMYK0.110.2500.47
HSL273.53º14.53%45.88%-
HSV(B)273.53º25.37%52.55%-
XYZ16.4714.7624.53-
YUV109.56141.79134.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=33.71%
G=28.33%
B=37.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191001340.110.2500.47273.5314.5345.88
Hex776486B1902F112f2e
Octal16714420613310574221756
Binary111011111001001000011010111100101011111000100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776486; }

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

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

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

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

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

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

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

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