#86758B

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

Shades of Mamba #86758B

Tints of Mamba #86758B

Color information

#86758B (or 0x86758B) is unknown color: approx Mamba. HEX triplet: 86, 75 and 8B. RGB value is (134,117,139). Sum of RGB (Red+Green+Blue) = 134+117+139=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #86758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86758B is #798A74. Grayscale: #7C7C7C. Windows color (decimal): -7965301 or 9139590. OLE color: 9139590.

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

Color convert

RGB134117139-
CMYK0.040.1600.45
HSL286.36º8.66%50.2%-
HSV(B)286.36º15.83%54.51%-
XYZ20.8519.6527.12-
YUV124.59136.13134.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=34.36%
G=30%
B=35.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341171390.040.1600.45286.368.6650.2
Hex86758B41002D11e932
Octal2061652134200554361162
Binary100001101110101100010111001000001011011000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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