#776383

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

Shades of Mamba #776383

Tints of Mamba #776383

Color information

#776383 (or 0x776383) is unknown color: approx Mamba. HEX triplet: 77, 63 and 83. RGB value is (119,99,131). Sum of RGB (Red+Green+Blue) = 119+99+131=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #776383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776383 is #889C7C. Grayscale: #6C6C6C. Windows color (decimal): -8952957 or 8610679. OLE color: 8610679.

HSL color Cylindrical-coordinate representation of color #776383: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776383 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11999131-
CMYK0.090.2400.49
HSL277.5º13.91%45.1%-
HSV(B)277.5º24.43%51.37%-
XYZ16.1714.4823.42-
YUV108.63140.63135.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=34.10%
G=28.37%
B=37.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119991310.090.2400.49277.513.9145.1
Hex776383918031116e2d
Octal16714320311300614261655
Binary111011111000111000001110011100001100011000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776383; }

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

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

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

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

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

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

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

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