#86707C

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

Shades of Strikemaster #86707C

Tints of Strikemaster #86707C

Color information

#86707C (or 0x86707C) is unknown color: approx Strikemaster. HEX triplet: 86, 70 and 7C. RGB value is (134,112,124). Sum of RGB (Red+Green+Blue) = 134+112+124=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #86707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86707C is #798F83. Grayscale: #777777. Windows color (decimal): -7966596 or 8155270. OLE color: 8155270.

HSL color Cylindrical-coordinate representation of color #86707C: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86707C is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134112124-
CMYK00.160.070.47
HSL327.27º8.94%48.24%-
HSV(B)327.27º16.42%52.55%-
XYZ19.2618.1121.55-
YUV119.95130.29138.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=36.22%
G=30.27%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411212400.160.070.47327.278.9448.24
Hex86707C01072F147930
Octal2061601740207575071160
Binary10000110111000011111000100001111011111010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,112,124); }

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

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

 a { background-color: rgb(134,112,124); }

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

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

 span { border-color: rgb(134,112,124); }

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