#86717E

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

Shades of Strikemaster #86717E

Tints of Strikemaster #86717E

Color information

#86717E (or 0x86717E) is unknown color: approx Strikemaster. HEX triplet: 86, 71 and 7E. RGB value is (134,113,126). Sum of RGB (Red+Green+Blue) = 134+113+126=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86717E is #798E81. Grayscale: #787878. Windows color (decimal): -7966338 or 8286598. OLE color: 8286598.

HSL color Cylindrical-coordinate representation of color #86717E: hue angle of 322.86º 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 #86717E is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB134113126-
CMYK00.160.060.47
HSL322.86º8.5%48.43%-
HSV(B)322.86º15.67%52.55%-
XYZ19.518.3822.26-
YUV120.76130.96137.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=35.92%
G=30.29%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411312600.160.060.47322.868.548.43
Hex86717E01062F143930
Octal2061611760206575031160
Binary10000110111000111111100100001101011111010000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86717E; }

 p { color: rgb(134,113,126); }

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

<style>
 a { background-color: #86717E; }

 a { background-color: rgb(134,113,126); }

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

<style>
 span { border-color: #86717E; }

 span { border-color: rgb(134,113,126); }

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