#776384

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

Shades of Mamba #776384

Tints of Mamba #776384

Color information

#776384 (or 0x776384) is unknown color: approx Mamba. HEX triplet: 77, 63 and 84. RGB value is (119,99,132). Sum of RGB (Red+Green+Blue) = 119+99+132=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #776384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776384 is #889C7B. Grayscale: #6C6C6C. Windows color (decimal): -8952956 or 8676215. OLE color: 8676215.

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

Color convert

RGB11999132-
CMYK0.100.2500.48
HSL276.36º14.29%45.29%-
HSV(B)276.36º25%51.76%-
XYZ16.2314.5123.78-
YUV108.74141.13135.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=34%
G=28.29%
B=37.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119991320.100.2500.48276.3614.2945.29
Hex776384A19030114e2d
Octal16714320412310604241655
Binary111011111000111000010010101100101100001000101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776384; }

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

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

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

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

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

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

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

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