#776783

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

Shades of Mamba #776783

Tints of Mamba #776783

Color information

#776783 (or 0x776783) is unknown color: approx Mamba. HEX triplet: 77, 67 and 83. RGB value is (119,103,131). Sum of RGB (Red+Green+Blue) = 119+103+131=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #776783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776783 is #88987C. Grayscale: #6E6E6E. Windows color (decimal): -8951933 or 8611703. OLE color: 8611703.

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

Color convert

RGB119103131-
CMYK0.090.2100.49
HSL274.29º11.97%45.88%-
HSV(B)274.29º21.37%51.37%-
XYZ16.5515.2623.55-
YUV110.98139.3133.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=33.71%
G=29.18%
B=37.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191031310.090.2100.49274.2911.9745.88
Hex776783915031112c2e
Octal16714720311250614221456
Binary111011111001111000001110011010101100011000100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776783; }

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

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

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

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

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

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

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

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