#86728B

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

Shades of Mamba #86728B

Tints of Mamba #86728B

Color information

#86728B (or 0x86728B) is unknown color: approx Mamba. HEX triplet: 86, 72 and 8B. RGB value is (134,114,139). Sum of RGB (Red+Green+Blue) = 134+114+139=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #86728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86728B is #798D74. Grayscale: #7A7A7A. Windows color (decimal): -7966069 or 9138822. OLE color: 9138822.

HSL color Cylindrical-coordinate representation of color #86728B: hue angle of 288º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86728B is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134114139-
CMYK0.040.1800.45
HSL288º9.88%49.61%-
HSV(B)288º17.99%54.51%-
XYZ20.5118.9727.01-
YUV122.83137.13135.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=34.63%
G=29.46%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341141390.040.1800.452889.8849.61
Hex86728B41202D120a32
Octal2061622134220554401262
Binary100001101110010100010111001001001011011001000001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86728B; }

 p { color: rgb(134,114,139); }

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

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

 a { background-color: rgb(134,114,139); }

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

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

 span { border-color: rgb(134,114,139); }

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