#776089

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

Shades of Mamba #776089

Tints of Mamba #776089

Color information

#776089 (or 0x776089) is unknown color: approx Mamba. HEX triplet: 77, 60 and 89. RGB value is (119,96,137). Sum of RGB (Red+Green+Blue) = 119+96+137=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #776089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776089 is #889F76. Grayscale: #6B6B6B. Windows color (decimal): -8953719 or 9003127. OLE color: 9003127.

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

Color convert

RGB11996137-
CMYK0.130.3000.46
HSL273.66º17.6%45.69%-
HSV(B)273.66º29.93%53.73%-
XYZ16.3114.0925.53-
YUV107.55144.62136.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=33.81%
G=27.27%
B=38.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119961370.130.3000.46273.6617.645.69
Hex776089D1E02E112122e
Octal16714021115360564222256
Binary1110111110000010001001110111110010111010001001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776089; }

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

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

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

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

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

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

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

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