#776082

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

Shades of Mamba #776082

Tints of Mamba #776082

Color information

#776082 (or 0x776082) is unknown color: approx Mamba. HEX triplet: 77, 60 and 82. RGB value is (119,96,130). Sum of RGB (Red+Green+Blue) = 119+96+130=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #776082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776082 is #889F7D. Grayscale: #6A6A6A. Windows color (decimal): -8953726 or 8544375. OLE color: 8544375.

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

Color convert

RGB11996130-
CMYK0.080.2600.49
HSL280.59º15.04%44.31%-
HSV(B)280.59º26.15%50.98%-
XYZ15.8213.922.97-
YUV106.75141.12136.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=34.49%
G=27.83%
B=37.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119961300.080.2600.49280.5915.0444.31
Hex77608281A031119f2c
Octal16714020210320614311754
Binary111011111000001000001010001101001100011000110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776082; }

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

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

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

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

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

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

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

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