#776583

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

Shades of Mamba #776583

Tints of Mamba #776583

Color information

#776583 (or 0x776583) is unknown color: approx Mamba. HEX triplet: 77, 65 and 83. RGB value is (119,101,131). Sum of RGB (Red+Green+Blue) = 119+101+131=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #776583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776583 is #889A7C. Grayscale: #6D6D6D. Windows color (decimal): -8952445 or 8611191. OLE color: 8611191.

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

Color convert

RGB119101131-
CMYK0.090.2300.49
HSL276º12.93%45.49%-
HSV(B)276º22.9%51.37%-
XYZ16.3614.8723.48-
YUV109.8139.96134.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=33.90%
G=28.77%
B=37.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191011310.090.2300.4927612.9345.49
Hex776583917031114d2d
Octal16714520311270614241555
Binary111011111001011000001110011011101100011000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776583; }

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

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

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

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

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

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

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

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