#776984

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

Shades of Mamba #776984

Tints of Mamba #776984

Color information

#776984 (or 0x776984) is unknown color: approx Mamba. HEX triplet: 77, 69 and 84. RGB value is (119,105,132). Sum of RGB (Red+Green+Blue) = 119+105+132=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #776984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776984 is #88967B. Grayscale: #707070. Windows color (decimal): -8951420 or 8677751. OLE color: 8677751.

HSL color Cylindrical-coordinate representation of color #776984: hue angle of 271.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #776984 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119105132-
CMYK0.100.2000.48
HSL271.11º11.39%46.47%-
HSV(B)271.11º20.45%51.76%-
XYZ16.8215.6923.97-
YUV112.26139.14132.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=33.43%
G=29.49%
B=37.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191051320.100.2000.48271.1111.3946.47
Hex776984A1403010fb2e
Octal16715120412240604171356
Binary111011111010011000010010101010001100001000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776984; }

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

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

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

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

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

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

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

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