#776380

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

Shades of Mamba #776380

Tints of Mamba #776380

Color information

#776380 (or 0x776380) is unknown color: approx Mamba. HEX triplet: 77, 63 and 80. RGB value is (119,99,128). Sum of RGB (Red+Green+Blue) = 119+99+128=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #776380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776380 is #889C7F. Grayscale: #6C6C6C. Windows color (decimal): -8952960 or 8414071. OLE color: 8414071.

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

Color convert

RGB11999128-
CMYK0.070.2300.50
HSL281.38º12.78%44.51%-
HSV(B)281.38º22.66%50.2%-
XYZ15.9714.422.36-
YUV108.29139.13135.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=34.39%
G=28.61%
B=36.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119991280.070.2300.50281.3812.7844.51
Hex776380717032119d2d
Octal1671432007270624311555
Binary11101111100011100000001111011101100101000110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776380; }

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

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

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

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

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

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

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

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