#776689

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

Shades of Mamba #776689

Tints of Mamba #776689

Color information

#776689 (or 0x776689) is unknown color: approx Mamba. HEX triplet: 77, 66 and 89. RGB value is (119,102,137). Sum of RGB (Red+Green+Blue) = 119+102+137=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #776689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776689 is #889976. Grayscale: #6E6E6E. Windows color (decimal): -8952183 or 9004663. OLE color: 9004663.

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

Color convert

RGB119102137-
CMYK0.130.2600.46
HSL269.14º14.64%46.86%-
HSV(B)269.14º25.55%53.73%-
XYZ16.8715.2325.72-
YUV111.07142.63133.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 137 (53.91% from 255) = 38.27%
R=33.24%
G=28.49%
B=38.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191021370.130.2600.46269.1414.6446.86
Hex776689D1A02E10df2f
Octal16714621115320564151757
Binary111011111001101000100111011101001011101000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776689; }

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

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

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

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

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

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

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

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