#86737E

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

Shades of Strikemaster #86737E

Tints of Strikemaster #86737E

Color information

#86737E (or 0x86737E) is unknown color: approx Strikemaster. HEX triplet: 86, 73 and 7E. RGB value is (134,115,126). Sum of RGB (Red+Green+Blue) = 134+115+126=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737E is #798C81. Grayscale: #797979. Windows color (decimal): -7965826 or 8287110. OLE color: 8287110.

HSL color Cylindrical-coordinate representation of color #86737E: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86737E is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB134115126-
CMYK00.140.060.47
HSL325.26º7.63%48.82%-
HSV(B)325.26º14.18%52.55%-
XYZ19.7318.8422.33-
YUV121.94130.29136.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=35.73%
G=30.67%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411512600.140.060.47325.267.6348.82
Hex86737E0E62F145831
Octal2061631760166575051061
Binary1000011011100111111110011101101011111010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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