#776083

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

Shades of Mamba #776083

Tints of Mamba #776083

Color information

#776083 (or 0x776083) is unknown color: approx Mamba. HEX triplet: 77, 60 and 83. RGB value is (119,96,131). Sum of RGB (Red+Green+Blue) = 119+96+131=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #776083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776083 is #889F7C. Grayscale: #6A6A6A. Windows color (decimal): -8953725 or 8609911. OLE color: 8609911.

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

Color convert

RGB11996131-
CMYK0.090.2700.49
HSL279.43º15.42%44.51%-
HSV(B)279.43º26.72%51.37%-
XYZ15.8913.9323.32-
YUV106.87141.62136.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=34.39%
G=27.75%
B=37.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119961310.090.2700.49279.4315.4244.51
Hex77608391B031117f2d
Octal16714020311330614271755
Binary111011111000001000001110011101101100011000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776083; }

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

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

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

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

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

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

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

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