#776186

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

Shades of Mamba #776186

Tints of Mamba #776186

Color information

#776186 (or 0x776186) is unknown color: approx Mamba. HEX triplet: 77, 61 and 86. RGB value is (119,97,134). Sum of RGB (Red+Green+Blue) = 119+97+134=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #776186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776186 is #889E79. Grayscale: #6B6B6B. Windows color (decimal): -8953466 or 8806775. OLE color: 8806775.

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

Color convert

RGB11997134-
CMYK0.110.2800.47
HSL275.68º16.02%45.29%-
HSV(B)275.68º27.61%52.55%-
XYZ16.1914.1924.44-
YUV107.8142.79135.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=34%
G=27.71%
B=38.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119971340.110.2800.47275.6816.0245.29
Hex776186B1C02F114102d
Octal16714120613340574242055
Binary1110111110000110000110101111100010111110001010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776186; }

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

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

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

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

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

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

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

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