#807682

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

Shades of Mamba #807682

Tints of Mamba #807682

Color information

#807682 (or 0x807682) is unknown color: approx Mamba. HEX triplet: 80, 76 and 82. RGB value is (128,118,130). Sum of RGB (Red+Green+Blue) = 128+118+130=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 130 - color contains mainly: blue. Hex color #807682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807682 is #7F897D. Grayscale: #7A7A7A. Windows color (decimal): -8358270 or 8550016. OLE color: 8550016.

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

Color convert

RGB128118130-
CMYK0.020.0900.49
HSL290º4.84%48.63%-
HSV(B)290º9.23%50.98%-
XYZ19.4119.1623.79-
YUV122.36132.31132.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=34.04%
G=31.38%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281181300.020.0900.492904.8448.63
Hex80768229031122531
Octal200166202211061442561
Binary100000001110110100000101010010110001100100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807682; }

 p { color: rgb(128,118,130); }

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

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

 a { background-color: rgb(128,118,130); }

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

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

 span { border-color: rgb(128,118,130); }

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