#776389

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

Shades of Mamba #776389

Tints of Mamba #776389

Color information

#776389 (or 0x776389) is unknown color: approx Mamba. HEX triplet: 77, 63 and 89. RGB value is (119,99,137). Sum of RGB (Red+Green+Blue) = 119+99+137=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #776389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776389 is #889C76. Grayscale: #6D6D6D. Windows color (decimal): -8952951 or 9003895. OLE color: 9003895.

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

Color convert

RGB11999137-
CMYK0.130.2800.46
HSL271.58º16.1%46.27%-
HSV(B)271.58º27.74%53.73%-
XYZ16.5814.6525.62-
YUV109.31143.63134.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=33.52%
G=27.89%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119991370.130.2800.46271.5816.146.27
Hex776389D1C02E110102e
Octal16714321115340564202056
Binary1110111110001110001001110111100010111010001000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776389; }

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

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

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

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

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

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

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

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