#776289

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

Shades of Mamba #776289

Tints of Mamba #776289

Color information

#776289 (or 0x776289) is unknown color: approx Mamba. HEX triplet: 77, 62 and 89. RGB value is (119,98,137). Sum of RGB (Red+Green+Blue) = 119+98+137=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #776289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776289 is #889D76. Grayscale: #6C6C6C. Windows color (decimal): -8953207 or 9003639. OLE color: 9003639.

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

Color convert

RGB11998137-
CMYK0.130.2800.46
HSL272.31º16.6%46.08%-
HSV(B)272.31º28.47%53.73%-
XYZ16.4914.4625.59-
YUV108.72143.96135.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=33.62%
G=27.68%
B=38.70%

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
Decimal119981370.130.2800.46272.3116.646.08
Hex776289D1C02E110112e
Octal16714221115340564202156
Binary1110111110001010001001110111100010111010001000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776289; }

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

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

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

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

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

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

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

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