#86728C

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

Shades of Mamba #86728C

Tints of Mamba #86728C

Color information

#86728C (or 0x86728C) is unknown color: approx Mamba. HEX triplet: 86, 72 and 8C. RGB value is (134,114,140). Sum of RGB (Red+Green+Blue) = 134+114+140=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #86728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86728C is #798D73. Grayscale: #7A7A7A. Windows color (decimal): -7966068 or 9204358. OLE color: 9204358.

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

Color convert

RGB134114140-
CMYK0.040.1900.45
HSL286.15º10.24%49.8%-
HSV(B)286.15º18.57%54.9%-
XYZ20.581927.39-
YUV122.94137.63135.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=34.54%
G=29.38%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341141400.040.1900.45286.1510.2449.8
Hex86728C41302D11ea32
Octal2061622144230554361262
Binary100001101110010100011001001001101011011000111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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