#806B87

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

Shades of Mamba #806B87

Tints of Mamba #806B87

Color information

#806B87 (or 0x806B87) is unknown color: approx Mamba. HEX triplet: 80, 6B and 87. RGB value is (128,107,135). Sum of RGB (Red+Green+Blue) = 128+107+135=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 135 - color contains mainly: blue. Hex color #806B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B87 is #7F9478. Grayscale: #747474. Windows color (decimal): -8361081 or 8874880. OLE color: 8874880.

HSL color Cylindrical-coordinate representation of color #806B87: hue angle of 285º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806B87 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128107135-
CMYK0.050.2100.47
HSL285º11.57%47.45%-
HSV(B)285º20.74%52.94%-
XYZ18.5316.8525.2-
YUV116.47138.46136.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=34.59%
G=28.92%
B=36.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281071350.050.2100.4728511.5747.45
Hex806B8751502F11dc2f
Octal2001532075250574351457
Binary100000001101011100001111011010101011111000111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806B87; }

 p { color: rgb(128,107,135); }

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

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

 a { background-color: rgb(128,107,135); }

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

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

 span { border-color: rgb(128,107,135); }

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