#807386

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

Shades of Mamba #807386

Tints of Mamba #807386

Color information

#807386 (or 0x807386) is unknown color: approx Mamba. HEX triplet: 80, 73 and 86. RGB value is (128,115,134). Sum of RGB (Red+Green+Blue) = 128+115+134=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #807386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807386 is #7F8C79. Grayscale: #787878. Windows color (decimal): -8359034 or 8811392. OLE color: 8811392.

HSL color Cylindrical-coordinate representation of color #807386: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807386 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128115134-
CMYK0.040.1400.47
HSL281.05º7.63%48.82%-
HSV(B)281.05º14.18%52.55%-
XYZ19.3418.5725.12-
YUV121.05135.31132.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=33.95%
G=30.50%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281151340.040.1400.47281.057.6348.82
Hex8073864E02F119831
Octal2001632064160574311061
Binary10000000111001110000110100111001011111000110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807386; }

 p { color: rgb(128,115,134); }

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

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

 a { background-color: rgb(128,115,134); }

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

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

 span { border-color: rgb(128,115,134); }

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