#776189

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

Shades of Mamba #776189

Tints of Mamba #776189

Color information

#776189 (or 0x776189) is unknown color: approx Mamba. HEX triplet: 77, 61 and 89. RGB value is (119,97,137). Sum of RGB (Red+Green+Blue) = 119+97+137=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #776189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776189 is #889E76. Grayscale: #6C6C6C. Windows color (decimal): -8953463 or 9003383. OLE color: 9003383.

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

Color convert

RGB11997137-
CMYK0.130.2900.46
HSL273º17.09%45.88%-
HSV(B)273º29.2%53.73%-
XYZ16.414.2825.56-
YUV108.14144.29135.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=33.71%
G=27.48%
B=38.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119971370.130.2900.4627317.0945.88
Hex776189D1D02E111112e
Octal16714121115350564212156
Binary1110111110000110001001110111101010111010001000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776189; }

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

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

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

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

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

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

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

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