#776989

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

Shades of Mamba #776989

Tints of Mamba #776989

Color information

#776989 (or 0x776989) is unknown color: approx Mamba. HEX triplet: 77, 69 and 89. RGB value is (119,105,137). Sum of RGB (Red+Green+Blue) = 119+105+137=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #776989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776989 is #889676. Grayscale: #707070. Windows color (decimal): -8951415 or 9005431. OLE color: 9005431.

HSL color Cylindrical-coordinate representation of color #776989: hue angle of 266.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776989 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB119105137-
CMYK0.130.2300.46
HSL266.25º13.22%47.45%-
HSV(B)266.25º23.36%53.73%-
XYZ17.1715.8325.82-
YUV112.83141.64132.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=32.96%
G=29.09%
B=37.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191051370.130.2300.46266.2513.2247.45
Hex776989D1702E10ad2f
Octal16715121115270564121557
Binary111011111010011000100111011011101011101000010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776989; }

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

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

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

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

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

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

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

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