#776C84

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

Shades of Mamba #776C84

Tints of Mamba #776C84

Color information

#776C84 (or 0x776C84) is unknown color: approx Mamba. HEX triplet: 77, 6C and 84. RGB value is (119,108,132). Sum of RGB (Red+Green+Blue) = 119+108+132=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #776C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C84 is #88937B. Grayscale: #717171. Windows color (decimal): -8950652 or 8678519. OLE color: 8678519.

HSL color Cylindrical-coordinate representation of color #776C84: hue angle of 267.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776C84 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119108132-
CMYK0.100.1800.48
HSL267.5º10%47.06%-
HSV(B)267.5º18.18%51.76%-
XYZ17.1416.3124.08-
YUV114.02138.14131.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=33.15%
G=30.08%
B=36.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191081320.100.1800.48267.51047.06
Hex776C84A1203010ca2f
Octal16715420412220604141257
Binary111011111011001000010010101001001100001000011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C84; }

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

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

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

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

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

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

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

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