#776589

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

Shades of Mamba #776589

Tints of Mamba #776589

Color information

#776589 (or 0x776589) is unknown color: approx Mamba. HEX triplet: 77, 65 and 89. RGB value is (119,101,137). Sum of RGB (Red+Green+Blue) = 119+101+137=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #776589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776589 is #889A76. Grayscale: #6E6E6E. Windows color (decimal): -8952439 or 9004407. OLE color: 9004407.

HSL color Cylindrical-coordinate representation of color #776589: hue angle of 270º 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 #776589 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB119101137-
CMYK0.130.2600.46
HSL270º15.13%46.67%-
HSV(B)270º26.28%53.73%-
XYZ16.7815.0425.68-
YUV110.49142.96134.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=33.33%
G=28.29%
B=38.38%

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
Decimal1191011370.130.2600.4627015.1346.67
Hex776589D1A02E10ef2f
Octal16714521115320564161757
Binary111011111001011000100111011101001011101000011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776589; }

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

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

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

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

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

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

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

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