#776084

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

Shades of Mamba #776084

Tints of Mamba #776084

Color information

#776084 (or 0x776084) is unknown color: approx Mamba. HEX triplet: 77, 60 and 84. RGB value is (119,96,132). Sum of RGB (Red+Green+Blue) = 119+96+132=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #776084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776084 is #889F7B. Grayscale: #6A6A6A. Windows color (decimal): -8953724 or 8675447. OLE color: 8675447.

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

Color convert

RGB11996132-
CMYK0.100.2700.48
HSL278.33º15.79%44.71%-
HSV(B)278.33º27.27%51.76%-
XYZ15.9613.9523.68-
YUV106.98142.12136.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=34.29%
G=27.67%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119961320.100.2700.48278.3315.7944.71
Hex776084A1B030116102d
Octal16714020412330604262055
Binary1110111110000010000100101011011011000010001011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776084; }

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

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

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

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

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

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

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

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