#776C83

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

Shades of Mamba #776C83

Tints of Mamba #776C83

Color information

#776C83 (or 0x776C83) is unknown color: approx Mamba. HEX triplet: 77, 6C and 83. RGB value is (119,108,131). Sum of RGB (Red+Green+Blue) = 119+108+131=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #776C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C83 is #88937C. Grayscale: #717171. Windows color (decimal): -8950653 or 8612983. OLE color: 8612983.

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

Color convert

RGB119108131-
CMYK0.090.1800.49
HSL268.7º9.62%46.86%-
HSV(B)268.7º17.56%51.37%-
XYZ17.0716.2923.72-
YUV113.91137.64131.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=33.24%
G=30.17%
B=36.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191081310.090.1800.49268.79.6246.86
Hex776C8391203110da2f
Octal16715420311220614151257
Binary111011111011001000001110011001001100011000011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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