#776B87

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

Shades of Mamba #776B87

Tints of Mamba #776B87

Color information

#776B87 (or 0x776B87) is unknown color: approx Mamba. HEX triplet: 77, 6B and 87. RGB value is (119,107,135). Sum of RGB (Red+Green+Blue) = 119+107+135=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #776B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776B87 is #889478. Grayscale: #717171. Windows color (decimal): -8950905 or 8874871. OLE color: 8874871.

HSL color Cylindrical-coordinate representation of color #776B87: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776B87 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119107135-
CMYK0.120.2100.47
HSL265.71º11.57%47.45%-
HSV(B)265.71º20.74%52.94%-
XYZ17.2416.1925.14-
YUV113.78139.98131.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=32.96%
G=29.64%
B=37.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191071350.120.2100.47265.7111.5747.45
Hex776B87C1502F10ac2f
Octal16715320714250574121457
Binary111011111010111000011111001010101011111000010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,135); }

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

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

 a { background-color: rgb(119,107,135); }

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

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

 span { border-color: rgb(119,107,135); }

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