#807D81

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

Shades of Mamba #807D81

Tints of Mamba #807D81

Color information

#807D81 (or 0x807D81) is unknown color: approx Mamba. HEX triplet: 80, 7D and 81. RGB value is (128,125,129). Sum of RGB (Red+Green+Blue) = 128+125+129=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 129 - color contains mainly: blue. Hex color #807D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D81 is #7F827E. Grayscale: #7E7E7E. Windows color (decimal): -8356479 or 8486272. OLE color: 8486272.

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

Color convert

RGB128125129-
CMYK0.010.0300.49
HSL285º1.57%49.8%-
HSV(B)285º3.1%50.59%-
XYZ20.220.8423.73-
YUV126.35129.49129.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=33.51%
G=32.72%
B=33.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281251290.010.0300.492851.5749.8
Hex807D811303111d232
Octal20017520113061435262
Binary10000000111110110000001111011000110001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807D81; }

 p { color: rgb(128,125,129); }

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

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

 a { background-color: rgb(128,125,129); }

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

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

 span { border-color: rgb(128,125,129); }

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