#776782

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

Shades of Mamba #776782

Tints of Mamba #776782

Color information

#776782 (or 0x776782) is unknown color: approx Mamba. HEX triplet: 77, 67 and 82. RGB value is (119,103,130). Sum of RGB (Red+Green+Blue) = 119+103+130=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #776782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776782 is #88987D. Grayscale: #6E6E6E. Windows color (decimal): -8951934 or 8546167. OLE color: 8546167.

HSL color Cylindrical-coordinate representation of color #776782: hue angle of 275.56º 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 #776782 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119103130-
CMYK0.080.2100.49
HSL275.56º11.59%45.69%-
HSV(B)275.56º20.77%50.98%-
XYZ16.4915.2323.19-
YUV110.86138.8133.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=33.81%
G=29.26%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191031300.080.2100.49275.5611.5945.69
Hex776782815031114c2e
Octal16714720210250614241456
Binary111011111001111000001010001010101100011000101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776782; }

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

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

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

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

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

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

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

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