#776086

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

Shades of Mamba #776086

Tints of Mamba #776086

Color information

#776086 (or 0x776086) is unknown color: approx Mamba. HEX triplet: 77, 60 and 86. RGB value is (119,96,134). Sum of RGB (Red+Green+Blue) = 119+96+134=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #776086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776086 is #889F79. Grayscale: #6B6B6B. Windows color (decimal): -8953722 or 8806519. OLE color: 8806519.

HSL color Cylindrical-coordinate representation of color #776086: hue angle of 276.32º degrees, saturation: 0.17, 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 #776086 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11996134-
CMYK0.110.2800.47
HSL276.32º16.52%45.1%-
HSV(B)276.32º28.36%52.55%-
XYZ16.0914.0124.41-
YUV107.21143.12136.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=34.10%
G=27.51%
B=38.40%

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
Decimal119961340.110.2800.47276.3216.5245.1
Hex776086B1C02F114112d
Octal16714020613340574242155
Binary1110111110000010000110101111100010111110001010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776086; }

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

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

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

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

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

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

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

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